mirror of https://github.com/buster-so/buster.git
remove env utils
This commit is contained in:
parent
72e3b18aec
commit
5fabf17df6
|
@ -3,10 +3,6 @@ import * as path from 'node:path';
|
|||
import { esbuildPlugin } from '@trigger.dev/build/extensions';
|
||||
import { defineConfig } from '@trigger.dev/sdk';
|
||||
|
||||
// Load environment variables from root .env file
|
||||
import { loadRootEnv } from '@buster/env-utils';
|
||||
loadRootEnv();
|
||||
|
||||
export default defineConfig({
|
||||
project: 'proj_lyyhkqmzhwiskfnavddk',
|
||||
runtime: 'node',
|
||||
|
|
Loading…
Reference in New Issue