testapp: update start script path to point to the correct index file in testapp
This commit is contained in:
parent
7e0585595b
commit
d8e9f624c3
@ -6,7 +6,7 @@
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "tsc --rootDir ../",
|
||||
"build:watch": "tsc --watch",
|
||||
"start": "node dist/index.js",
|
||||
"start": "node dist/testapp/src/index.js",
|
||||
"dev:server": "ts-node-dev --respawn --watch src,public/ts,public/views src/index.ts",
|
||||
"dev": "concurrently \"npm:watch:client\" \"npm run dev:server\" --kill-others",
|
||||
"build:client": "tsc -p tsconfig.client.json",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user