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 f3218a8 commit ae4bfebCopy full SHA for ae4bfeb
agent-reactflow/package.json
@@ -2,12 +2,12 @@
2
"name": "agent-reactflow",
3
"private": true,
4
"scripts": {
5
- "build": "turbo run build",
6
- "dev": "turbo run dev",
+ "build": "turbo run build --env-mode=loose",
+ "dev": "turbo run dev --env-mode=loose",
7
"lint": "turbo run lint",
8
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
9
"check-types": "turbo run check-types",
10
- "start": "turbo run start"
+ "start": "turbo run start --env-mode=loose"
11
},
12
"devDependencies": {
13
"prettier": "^3.5.3",
0 commit comments