Skip to content

Commit 2fe90ea

Browse files
Merge pull request #133 from restackio/debuClient
Agent with React flow: debug env variables on k8s
2 parents 9fbf9f0 + d34adb7 commit 2fe90ea

File tree

3 files changed

+4
-43
lines changed

3 files changed

+4
-43
lines changed

agent-reactflow/apps/backend/Dockerfile

Lines changed: 0 additions & 40 deletions
This file was deleted.

agent-reactflow/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "agent-reactflow",
33
"private": true,
44
"scripts": {
5-
"build": "turbo run build",
6-
"dev": "turbo run dev",
5+
"build": "turbo run build --env-mode=loose",
6+
"dev": "turbo run dev --env-mode=loose",
77
"lint": "turbo run lint",
88
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
99
"check-types": "turbo run check-types",
10-
"start": "turbo run start"
10+
"start": "turbo run start --env-mode=loose"
1111
},
1212
"devDependencies": {
1313
"prettier": "^3.5.3",

agent-reactflow/turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"dependsOn": ["^build"],
77
"inputs": ["$TURBO_DEFAULT$", ".env*"],
88
"outputs": [".next/**", "!.next/cache/**"]
9+
910
},
1011
"lint": {
1112
"dependsOn": ["^lint"]

0 commit comments

Comments
 (0)