Complete WIP: Architecture refactor.
Mount JSX server side templating for blog posts. Send AppShell conditionally. Maintain support for HMR via HTMLbundles using Bun's native fullstack dev server under an /hmr path. This is only mounted in development and is supported by the onImport Bun plugin. Add DB creation on startup and load pages based on those records.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
preload = ["./bun_plugins/onStartup-post-importer.ts"]
|
||||
|
||||
[serve.static]
|
||||
plugins = ["./bun_plugins/onImport-markdown-loader.ts"]
|
||||
plugins = ["./bun_plugins/onImport-markdown-loader.tsx"]
|
||||
|
||||
Reference in New Issue
Block a user