We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2261440 commit 0667221Copy full SHA for 0667221
.env
@@ -1,5 +1,10 @@
1
+# SD_BACKEND_URL="http://localhost:9000"
2
+# SD_BACKEND_API="/api/v1"
3
+# SD_BACKEND_V2=false
4
+
5
SD_BACKEND_URL="http://80.158.108.251:8000"
6
SD_BACKEND_API="/v2"
7
SD_BACKEND_V2=true
8
9
# only for development
10
SD_BACKEND_FILE=false
package.json
@@ -29,9 +29,9 @@
29
"@farmfe/core": "1.3.27",
30
"@farmfe/js-plugin-postcss": "^1.8.1",
31
"@farmfe/plugin-react": "^1.2.4",
32
- "@types/lodash": "^4.17.10",
33
- "@types/node": "^22.7.5",
34
- "@types/react": "^18.3.11",
+ "@types/lodash": "^4.17.12",
+ "@types/node": "^22.8.4",
+ "@types/react": "^18.3.12",
35
"@types/react-dom": "^18.3.1",
36
"@types/react-helmet": "^6.1.11",
37
"autoprefixer": "^10.4.20",
0 commit comments