mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 18:08:16 +00:00
✨ bundle build script
This commit is contained in:
Generated
BIN
Binary file not shown.
@@ -8,7 +8,7 @@
|
||||
"postinstall": "npx ts-patch install -s",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "npm run build && node dist/start.js",
|
||||
"build": "npx swc src --out-dir dist",
|
||||
"build": "npx tsc -b .",
|
||||
"dev": "tsnd --respawn src/start.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
@@ -41,7 +41,6 @@
|
||||
"missing-native-js-functions": "^1.2.17",
|
||||
"mongoose-autopopulate": "^0.12.3",
|
||||
"node-fetch": "^2.6.1",
|
||||
"swc": "^1.0.11",
|
||||
"typeorm": "^0.2.37",
|
||||
"uuid": "^8.3.2",
|
||||
"ws": "^7.4.2"
|
||||
|
||||
Reference in New Issue
Block a user