mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 10:12:09 +01:00
fix: updated package.json's start command to use tsx for starting server.ts instead of server.mjs
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
"prisma:push:force": "prisma db push --force-reset",
|
||||
"prisma:studio": "prisma studio",
|
||||
"db:check": "pnpm exec tsx scripts/check-database-config.ts",
|
||||
"start": "node server.mjs",
|
||||
"start": "tsx server.ts",
|
||||
"test": "concurrently 'vitest run' 'playwright test'",
|
||||
"test:coverage": "concurrently \"vitest run --coverage\" \"echo 'To add playwright coverage thingy'\"",
|
||||
"test:vitest": "vitest run",
|
||||
|
||||
Reference in New Issue
Block a user