This commit is contained in:
Zef Hemel
2022-12-05 12:14:21 +01:00
parent b24c2996be
commit e780a838b6
8 changed files with 38 additions and 41 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export function serveCommand(options: any, folder: string) {
pagesPath: pagesPath,
dbPath: path.join(pagesPath, options.db),
assetBundle: new AssetBundle(assetBundle as AssetJson),
password: options.password,
user: options.user,
});
httpServer.start().catch((e) => {
console.error("HTTP Server error", e);