diff options
author | Alan Pearce | 2024-04-01 20:09:48 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-01 20:09:48 +0200 |
commit | 734fbe8444db4454953663dd263a5778f8742eeb (patch) | |
tree | 1d6464dc834ec6a8a36805cf916a9afc92e4cc10 /package.json | |
parent | f9b4f8dc9b3e918d577bf61763e3b9cf1f0a7891 (diff) | |
download | website-734fbe8444db4454953663dd263a5778f8742eeb.tar.lz website-734fbe8444db4454953663dd263a5778f8742eeb.tar.zst website-734fbe8444db4454953663dd263a5778f8742eeb.zip |
Enable bun watch mode via `bun dev`
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
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": { |