Skip to content

Commit

Permalink
fix: vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
vincehi committed Jun 10, 2024
1 parent eac1128 commit 424e284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"prisma-prepare-schema-js": "node -r dotenv/config tools/prisma-prepare-schema.js src-tauri/prisma/schema.prisma dotenv_config_path=src-tauri/.env",
"prisma-js": "npm run prisma-prepare-schema-js && npx prisma --",
"prisma-generate-all": "npm run cargo -- prisma generate && npm run prisma-js -- generate",
"dev": "vite --config vite.config.tauri.js",
"build": "vite build --config vite.config.tauri.js",
"dev": "vite --config vite.config.js",
"build": "vite build --config vite.config.js",
"preview": "vite preview",
"tauri": "tauri",
"semantic-release": "semantic-release"
Expand Down
40 changes: 0 additions & 40 deletions vite.config.tauri.js

This file was deleted.

0 comments on commit 424e284

Please sign in to comment.