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

This commit is contained in:
Nariman Jelveh 2024-05-03 21:32:26 -07:00
commit c9f3693785

View File

@ -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();
};