返回提交历史
Modified
package.json
+1
-1
XFEstudio/XFESpaceNinjaServer
chore: pass --enable-source-maps to node for npm run start (#1701)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1701 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
79492efb
代码差异
1 个文件
+1
-1
@@ -4,7 +4,7 @@
4
4
"description": "WF Emulator",
5
5
"main": "index.ts",
6
6
"scripts": {
7
"start": "node --import ./build/src/pathman.js build/src/index.js",
7
"start": "node --enable-source-maps --import ./build/src/pathman.js build/src/index.js",
8
8
"dev": "ts-node-dev --openssl-legacy-provider -r tsconfig-paths/register src/index.ts ",
9
9
"build": "tsc --incremental --sourceMap && ncp static/webui build/static/webui",
10
10
"verify": "tsgo --noEmit",