chore: Unify backend express project into ESM (#281)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"name": "unittcms",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"format:check": "prettier --check frontend/**/*.{js,ts,jsx,tsx,json} backend/**/*.{js,ts,json}",
|
||||
"format": "prettier --write frontend/**/*.{js,ts,jsx,tsx,json} backend/**/*.{js,ts,json}",
|
||||
|
||||
Reference in New Issue
Block a user