mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
fix: reliability issue 🐛
This commit is contained in:
parent
6bef35b406
commit
1d546d9ef7
@ -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();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user