cli: make next backend start the default

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-23 17:00:31 +02:00
parent c7890e175e
commit 7077dbf131
4 changed files with 10 additions and 2 deletions
@@ -36,7 +36,7 @@ export async function startBackend(options: StartBackendOptions) {
});
await waitForExit();
} else if (process.env.EXPERIMENTAL_BACKEND_START) {
} else if (!process.env.LEGACY_BACKEND_START) {
const waitForExit = await startBackendExperimental({
entry: 'src/index',
checksEnabled: false, // not supported