chore: pass --enable-source-maps to node for npm run start
All checks were successful
Build / build (pull_request) Successful in 45s
Build / build (push) Successful in 1m33s

This commit is contained in:
Sainan 2025-04-17 19:15:43 +02:00
parent e38d52fb1b
commit 43fd5b2524

View File

@ -4,7 +4,7 @@
"description": "WF Emulator",
"main": "index.ts",
"scripts": {
"start": "node --import ./build/src/pathman.js build/src/index.js",
"start": "node --enable-source-maps --import ./build/src/pathman.js build/src/index.js",
"dev": "ts-node-dev --openssl-legacy-provider -r tsconfig-paths/register src/index.ts ",
"build": "tsc --incremental --sourceMap && ncp static/webui build/static/webui",
"verify": "tsgo --noEmit",