fix for o2switch (pm2 + doc + vite)

This commit is contained in:
2026-07-30 16:04:34 +02:00
parent 8fcf49a7f0
commit 028170f103
5 changed files with 93 additions and 191 deletions
+1 -3
View File
@@ -74,6 +74,4 @@ async function main() {
console.log(`Worker started, polling every ${config.workerPollIntervalMs}ms`);
}
if (import.meta.url === pathToFileURL(process.argv[1]).href) {
main();
}
main();