Skip to content

Commit 0667221

Browse files
committed
chore: Update environment variables and improve EventGrid component visibility logic
1 parent 2261440 commit 0667221

File tree

4 files changed

+588
-579
lines changed

4 files changed

+588
-579
lines changed

.env

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
# SD_BACKEND_URL="http://localhost:9000"
2+
# SD_BACKEND_API="/api/v1"
3+
# SD_BACKEND_V2=false
4+
15
SD_BACKEND_URL="http://80.158.108.251:8000"
26
SD_BACKEND_API="/v2"
37
SD_BACKEND_V2=true
8+
49
# only for development
510
SD_BACKEND_FILE=false

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"@farmfe/core": "1.3.27",
3030
"@farmfe/js-plugin-postcss": "^1.8.1",
3131
"@farmfe/plugin-react": "^1.2.4",
32-
"@types/lodash": "^4.17.10",
33-
"@types/node": "^22.7.5",
34-
"@types/react": "^18.3.11",
32+
"@types/lodash": "^4.17.12",
33+
"@types/node": "^22.8.4",
34+
"@types/react": "^18.3.12",
3535
"@types/react-dom": "^18.3.1",
3636
"@types/react-helmet": "^6.1.11",
3737
"autoprefixer": "^10.4.20",

0 commit comments

Comments
 (0)