We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8c910 commit e7c05cbCopy full SHA for e7c05cb
controlplane/src/index.ts
@@ -1,10 +1,9 @@
1
+import 'dotenv/config';
2
import './core/sentry.config.js';
3
import * as process from 'node:process';
4
import * as Sentry from '@sentry/node';
5
import pino from 'pino';
6
-import 'dotenv/config';
7
-
8
import build, { BuildConfig } from './core/build-server.js';
9
import { envVariables } from './core/env.schema.js';
10
0 commit comments