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.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 3da8024..caa387a 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
   "module": "src/index.ts",
   "scripts": {
     "start": "bun run .",
+    "dev": "bun run --watch src/app.ts",
     "build": "bun run bin/build.ts"
   },
   "devDependencies": {