Switch to js

This commit is contained in:
MartinBraquet
2026-03-01 19:35:58 +01:00
parent a10ae2d253
commit 2cad2fca17
2 changed files with 1 additions and 1 deletions

View File

View File

@@ -15,7 +15,7 @@
"prod": "cross-env NEXT_PUBLIC_FIREBASE_ENV=PROD concurrently -n NEXT,TS -c magenta,cyan \"yarn serve\" \"yarn ts-watch\"",
"serve": "next dev -H 0.0.0.0 -p 3000",
"start": "next start",
"test": "jest --config jest.config.ts --passWithNoTests",
"test": "jest --config jest.config.js --passWithNoTests",
"ts-watch": "tsc --watch --noEmit --incremental --preserveWatchOutput --pretty",
"typecheck": "npx tsc --noEmit"
},