mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
updated docs, fixed run with node/tsx
This commit is contained in:
@@ -91,7 +91,7 @@ async function makeApp(config: MakeAppConfig) {
|
||||
}
|
||||
|
||||
export async function makeConfigApp(_config: CliBkndConfig, platform?: Platform) {
|
||||
const config = makeConfig(_config, process.env);
|
||||
const config = makeConfig(_config, { env: process.env });
|
||||
return makeApp({
|
||||
...config,
|
||||
server: { platform },
|
||||
|
||||
Reference in New Issue
Block a user