Skip to content

Commit

Permalink
rm base path vite param
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam McKee committed Aug 19, 2024
1 parent c7d1ee5 commit 97e1425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "pnpm build:dist",
"build:dist": "./build.sh",
"build:tsc": "tsc --build --clean && tsc --build",
"build:vite": "vite build --base=/install.sh/",
"build:vite": "vite build",
"dev": "vite",
"dev:offline": "vite --mode offline",
"preview": "vite preview",
Expand Down

0 comments on commit 97e1425

Please sign in to comment.