Initial index on plug:run

This commit is contained in:
Zef Hemel
2023-11-02 12:46:33 +01:00
parent 2844c8bc25
commit e23b0808e0
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export async function runPlug(
dbPath,
app,
);
await serverSystem.init();
await serverSystem.init(true);
app.listen({
hostname: httpHostname,
port: httpServerPort,