We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac1128 commit 424e284Copy full SHA for 424e284
package.json
@@ -10,8 +10,8 @@
10
"prisma-prepare-schema-js": "node -r dotenv/config tools/prisma-prepare-schema.js src-tauri/prisma/schema.prisma dotenv_config_path=src-tauri/.env",
11
"prisma-js": "npm run prisma-prepare-schema-js && npx prisma --",
12
"prisma-generate-all": "npm run cargo -- prisma generate && npm run prisma-js -- generate",
13
- "dev": "vite --config vite.config.tauri.js",
14
- "build": "vite build --config vite.config.tauri.js",
+ "dev": "vite --config vite.config.js",
+ "build": "vite build --config vite.config.js",
15
"preview": "vite preview",
16
"tauri": "tauri",
17
"semantic-release": "semantic-release"
vite.config.tauri.js
0 commit comments