修改配置项
This commit is contained in:
@@ -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 ."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user