Add new settings hostname

This commit is contained in:
2023-06-12 18:02:50 +08:00
parent c450b64e33
commit 3a4b230c5f
6 changed files with 22 additions and 3 deletions

View File

@@ -39,5 +39,6 @@ export async function startServer(path: string) {
plugins: [twindPlugin(twindConfig)],
render: renderFn,
port: cfg.port,
hostname: cfg.hostname,
});
}