Explorar el Código

Merge branch 'main' of https://github.com/HeyPuter/puter into main

Nariman Jelveh hace 1 año
padre
commit
c9f3693785
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      run-selfhosted.js

+ 1 - 1
run-selfhosted.js

@@ -68,7 +68,7 @@ const main = async () => {
     k.add_module(new DatabaseModule());
     k.add_module(new PuterDriversModule());
     k.add_module(new LocalDiskStorageModule());
-    k.add_module(new SelfhostedModule()),
+    k.add_module(new SelfhostedModule());
     k.boot();
 };