Use own logic for static file serving
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M package.json → package.json
@@ -2,6 +2,7 @@ { "name": "homestead", "module": "src/index.ts", "devDependencies": { + "@types/contains-path": "^1.0.2", "bun-html-live-reload": "^0.1.1", "bun-types": "latest" },@@ -10,7 +11,7 @@ "typescript": "^5.0.0" }, "type": "module", "dependencies": { - "serve-static-bun": "^0.5.3", + "contains-path": "^1.0.0", "toml": "^3.0.0" } }