修改配置项

This commit is contained in:
2026-04-11 15:53:39 +08:00
parent 07fdcb7950
commit 9d6eecec00
3 changed files with 26 additions and 25 deletions

View File

@@ -6,8 +6,8 @@
"build": "tsc -p tsconfig.build.json",
"test": "jest --colors test/*.ts",
"newman": "newman run test/renderstreaming.postman_collection.json",
"start": "node ./build/index.js",
"dev": "ts-node ./src/index.ts",
"start": "node ./build/index.js -s -p 8080 -m private -k ./server.key -c ./server.cert",
"dev": "ts-node ./src/index.ts -s -p 8080",
"lint": "eslint src/**/*.ts test/**/*.ts",
"pack": "pkg ."
},