testapp: update start script path to point to the correct index file in testapp

This commit is contained in:
Carlos Santos 2025-05-13 14:29:50 +02:00
parent 7e0585595b
commit d8e9f624c3

View File

@ -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",