mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
confirmed bun
This commit is contained in:
@@ -37,7 +37,7 @@ export function serve(_config: Partial<CreateAppConfig> = {}, distPath?: string)
|
|||||||
"app-built",
|
"app-built",
|
||||||
async () => {
|
async () => {
|
||||||
app.modules.server.get(
|
app.modules.server.get(
|
||||||
"/assets/*",
|
"/*",
|
||||||
serveStatic({
|
serveStatic({
|
||||||
root
|
root
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Bun.serve({
|
|||||||
config,
|
config,
|
||||||
// this is only required to run inside the same workspace
|
// this is only required to run inside the same workspace
|
||||||
// leave blank if you're running this from a different project
|
// leave blank if you're running this from a different project
|
||||||
"../../node_modules/bknd/dist"
|
"../../app/dist"
|
||||||
)
|
)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user