faster smaller
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
"build": "tsc && tsc -p tsconfig.frontend.json",
|
||||
"build:backend": "tsc",
|
||||
"build:frontend": "tsc -p tsconfig.frontend.json",
|
||||
"build:prod": "yarn build && node scripts/minify.js",
|
||||
"minify": "node scripts/minify.js",
|
||||
"start": "node dist/server.js",
|
||||
"dev": "ts-node src/server.ts",
|
||||
"dev:watch": "nodemon --exec ts-node src/server.ts",
|
||||
@@ -46,7 +48,9 @@
|
||||
"@typescript-eslint/eslint-plugin": "^8.41.0",
|
||||
"@typescript-eslint/parser": "^8.41.0",
|
||||
"eslint": "^9.34.0",
|
||||
"html-minifier-terser": "^7.2.0",
|
||||
"nodemon": "^3.0.2",
|
||||
"terser": "^5.44.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.9.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user