Add Bun plugin to stop hmr routes in development from crashing

This commit is contained in:
2026-04-16 01:52:27 -07:00
parent f6275e4f58
commit c29244d2b6
2 changed files with 31 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
preload = ["./bun_plugins/onStartup-post-importer.ts"]
[serve.static]
plugins = ["./bun_plugins/onImport-markdown-loader.tsx"]
plugins = ["./bun_plugins/onImport-markdown-loader.tsx", "./bun_plugins/onRuntime-external-urls.ts"]