Skip to content

Commit

Permalink
fix(app): remove bun
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed May 3, 2024
1 parent d787c05 commit 104d33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"dev": "vite",
"build": "vite build",
"preview": "bunx --bun vite preview",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest --run",
Expand Down

0 comments on commit 104d33a

Please sign in to comment.