fix server.ts

This commit is contained in:
biersoeckli
2024-11-26 07:00:52 +00:00
parent c0eccd1295
commit 6e3bc48071

View File

@@ -70,7 +70,6 @@ async function initializeNextJs() {
});
}
setupQuickStack();
if (process.env.NODE_ENV === 'production' && process.env.START_MODE === 'setup') {
setupQuickStack();
} else {