Alert when indexeddb not available

This commit is contained in:
Zef Hemel
2023-05-24 05:42:24 +02:00
parent 863b92df6a
commit c746d77a6b
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export class HttpServer {
this.hostname = options.hostname;
this.port = options.port;
this.app = new Application();
this.user = options.user ?? Deno.env.get("SB_USER");
this.user = options.user;
this.clientAssetBundle = options.clientAssetBundle;
}