about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index caa387a..56b517a 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "module": "src/index.ts",
   "scripts": {
     "start": "bun run .",
-    "dev": "bun run --watch src/app.ts",
+    "dev": "bun run --preload ./bin/build.ts --watch src/app.ts",
     "build": "bun run bin/build.ts"
   },
   "devDependencies": {