fix: cannot build prod and delete unused file
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "server.ts",
|
||||
"scripts": {
|
||||
"dev": "tsx --watch server.ts",
|
||||
"build": "tsc -b",
|
||||
"build": "tsc -b && node scripts/copy-assets.cjs",
|
||||
"start": "node dist/server.js"
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
Reference in New Issue
Block a user