refactor app constructor params to move manager into app options

This commit is contained in:
dswbx
2025-02-18 09:36:59 +01:00
parent bd362607ae
commit e103d3ac33
4 changed files with 23 additions and 30 deletions

View File

@@ -30,7 +30,6 @@ export function serve({
distPath,
connection,
initialConfig,
plugins,
options,
port = config.server.default_port,
onBuilt,
@@ -44,7 +43,6 @@ export function serve({
const app = await createApp({
connection,
initialConfig,
plugins,
options,
onBuilt,
buildConfig,