Add Bun plugin to stop hmr routes in development from crashing
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user