mirror of https://github.com/buster-so/buster.git
fix trigger by getting rid of the env stuff bc it breaks it.
This commit is contained in:
parent
653255336a
commit
c7cc610d73
|
@ -26,7 +26,6 @@
|
|||
"@buster/ai": "workspace:*",
|
||||
"@buster/data-source": "workspace:^",
|
||||
"@buster/database": "workspace:*",
|
||||
"@buster/env-utils": "workspace:*",
|
||||
"@buster/server-shared": "workspace:*",
|
||||
"@buster/slack": "workspace:*",
|
||||
"@buster/test-utils": "workspace:*",
|
||||
|
@ -43,4 +42,4 @@
|
|||
"devDependencies": {
|
||||
"@trigger.dev/build": "4.0.1"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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',
|
||||
|
|
|
@ -257,9 +257,6 @@ importers:
|
|||
'@buster/database':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/database
|
||||
'@buster/env-utils':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/env-utils
|
||||
'@buster/server-shared':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/server-shared
|
||||
|
|
Loading…
Reference in New Issue