Browse Source

fix: remove duplicated app create

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/5711/head
mertmit 2 years ago
parent
commit
cbb9fb4427
  1. 1
      packages/nocodb/src/main.ts

1
packages/nocodb/src/main.ts

@ -19,7 +19,6 @@ async function bootstrap() {
if (!process.env['NC_REDIS_URL']) {
throw new Error('NC_REDIS_URL is required');
}
const app = await NestFactory.create(AppModule);
await app.init();
}
}

Loading…
Cancel
Save