We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6718563 commit e568131Copy full SHA for e568131
2 files changed
package.json
@@ -28,8 +28,7 @@
28
"scripts": {
29
"postinstall": "run-p gen:prisma gen:build-info",
30
"prepare": "pnpm lefthook install",
31
- "dev": "run-p env dev:*",
32
- "dev:app": "pnpm gen:build-info && vite dev --host",
+ "dev": "pnpm gen:build-info && vite dev",
33
"build": "cross-env NODE_ENV=production run-p env gen:build-info && vite build",
34
"start": "dotenv -- node .output/server/index.mjs",
35
"env": "run-p env:*",
@@ -154,7 +153,7 @@
154
153
"ts-plugin-sort-import-suggestions": "1.0.4",
155
"typescript": "5.9.3",
156
"vite": "7.3.2",
157
- "vite-plugin-qrcode": "0.3.0",
+ "vite-plugin-qrcode": "0.4.1",
158
"vite-tsconfig-paths": "6.0.5",
159
"vitest": "4.0.18",
160
"vitest-browser-react": "2.0.4"
0 commit comments