Fix bun run build

This commit is contained in:
Mona Mayrhofer 2025-12-26 14:12:06 +01:00
parent b4f7769375
commit 7462e56d74
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 374AB152BDEBA1AE
5 changed files with 7 additions and 6 deletions

View file

@ -7,7 +7,7 @@
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"typecheck": "react-router typegen && tsc -p tsconfig.cssmodulehack.json",
"test": "vitest"
},
"dependencies": {