remove env utils

This commit is contained in:
dal 2025-08-21 14:57:34 -06:00
parent 72e3b18aec
commit 5fabf17df6
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 0 additions and 4 deletions

View File

@ -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',