10 lines
188 B
TOML
10 lines
188 B
TOML
preload = [
|
|
"./bun_plugins/onStartup-post-importer.ts"
|
|
]
|
|
|
|
[serve.static]
|
|
plugins = [
|
|
"./bun_plugins/onImport-markdown-loader.tsx",
|
|
"./bun_plugins/onRuntime-external-urls.ts"
|
|
]
|