updated docs, fixed run with node/tsx

This commit is contained in:
dswbx
2025-03-28 21:12:50 +01:00
parent b29c04e8c9
commit b2fd907e8c
5 changed files with 28 additions and 20 deletions

View File

@@ -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 },