Enable bun watch mode via `bun dev`
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M src/app.ts → src/app.ts
@@ -265,3 +265,5 @@ console.log(request.method, status, pathname, newpath ? newpath : ""); } }, } satisfies Serve; + +export default server;