all repos — homestead @ f049058343134db98f9d2133dd7c82bfab29c4b9

Code for my website

Enable bun watch mode via `bun dev`

Alan Pearce
commit

f049058343134db98f9d2133dd7c82bfab29c4b9

parent

f818573dedb4828e107ba3574e76f5062317dd9f

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M package.jsonpackage.json
@@ -3,6 +3,7 @@ "name": "homestead",
"module": "src/index.ts", "scripts": { "start": "bun run .", + "dev": "bun run --watch src/app.ts", "build": "bun run bin/build.ts" }, "devDependencies": {