diff --git a/testapp/package.json b/testapp/package.json index 45f68e7..d99ab6d 100644 --- a/testapp/package.json +++ b/testapp/package.json @@ -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",