XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

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
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified package.json +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",