about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorAlan Pearce2023-09-12 16:54:29 +0200
committerAlan Pearce2023-09-12 16:54:29 +0200
commit2f6152539c540697290ec73a7c1b50b9f2db88c6 (patch)
treec500b3dcb57c4a9c35a7c9e001e3e92b127253d2 /package.json
parent78439b16cc66532225e75c9aa40cf7c49cddc22d (diff)
downloadhomestead-2f6152539c540697290ec73a7c1b50b9f2db88c6.tar.lz
homestead-2f6152539c540697290ec73a7c1b50b9f2db88c6.tar.zst
homestead-2f6152539c540697290ec73a7c1b50b9f2db88c6.zip
Use own logic for static file serving
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 27f95e0..0eb65a3 100644
--- a/package.json
+++ b/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 @@
   },
   "type": "module",
   "dependencies": {
-    "serve-static-bun": "^0.5.3",
+    "contains-path": "^1.0.0",
     "toml": "^3.0.0"
   }
 }
\ No newline at end of file