Skip to content

Commit

Permalink
fix env var order (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar authored Jan 8, 2025
1 parent 55cd74e commit 6cfa77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"playwright": "bunx playwright test",
"playwright:update": "bunx playwright test --update-snapshots",
"start:playwright-server": "bun run build:fake-api && vite --port 5177",
"dev": "AUTOLOAD_SNIPPETS=true bun run build:fake-api && vite",
"dev": "bun run build:fake-api && AUTOLOAD_SNIPPETS=true vite",
"dev:registry": "SNIPPETS_API_URL=http://localhost:3100 vite",
"build": "bun run build:fake-api && tsc -b && vite build",
"preview": "vite preview",
Expand Down

0 comments on commit 6cfa77d

Please sign in to comment.