Merge pull request #369 from nyedidikeke/patch-1

fix: reliability issue 🐛
This commit is contained in:
Nariman Jelveh 2024-05-03 21:10:21 -07:00 committed by GitHub
commit 16a81cdc7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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