Skip to content

Commit

Permalink
Fix local vite path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang authored May 4, 2024
1 parent c5ac9ab commit 42fd3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/apps/standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"start": "vite --open",
"start-local": "vite --config ../../vite.config.local.mjs"
"start-local": "vite --config ../../../examples/vite.config.local.mjs"
},
"devDependencies": {
"vite": "^4.0.0"
Expand Down

0 comments on commit 42fd3d2

Please sign in to comment.