summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-04-26 11:51:49 -0700
committerMichael Hunteman <michael@huntm.net>2024-04-26 11:51:49 -0700
commitc67f9987cad34ec1a0a03e72326173d23e3f4360 (patch)
treee785366406fff94d57d17c9a45668b7810b74de9 /package.json
parentfc07a039bb79cc7647b7ba7edee46e4f019093e0 (diff)
Use bun
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3edb6db..fb5ffcd 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
- "dev": "vite --host",
+ "dev": "bunx --bun vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
@@ -26,6 +26,7 @@
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
+ "@types/bun": "^1.1.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",