Server hot reload

This commit is contained in:
Julien Valverdé
2024-07-17 07:00:57 +02:00
parent c3560c41bc
commit 8579f3b7cd
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@
".": "./src/router.ts"
},
"private": true,
"scripts": {
"dev": "NODE_ENV=development bun --hot src/index.ts"
},
"dependencies": {
"@effect/platform": "^0.58.20",
"@effect/platform-bun": "^0.38.19",