added neccessary env

This commit is contained in:
2025-10-25 00:04:00 +02:00
parent 5e7c5aabfb
commit 4dacf94077
4 changed files with 7 additions and 28 deletions

View File

@@ -25,13 +25,10 @@
"start": "react-scripts start",
"start:pro": "set REACT_APP_ENABLE_PRO=true&& react-scripts start",
"build": "react-scripts build",
"build:community": "react-scripts build",
"build:commercial": "set REACT_APP_ENABLE_PRO=true && react-scripts build",
"build:commercial": "set REACT_APP_ENABLE_PRO=true&& react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"type-check": "tsc --noEmit",
"dev": "react-scripts start",
"dev:pro": "set REACT_APP_ENABLE_PRO=true && react-scripts start"
"type-check": "tsc --noEmit"
},
"eslintConfig": {
"extends": [
@@ -55,4 +52,4 @@
"http-proxy-middleware": "^3.0.5",
"react-scripts": "^5.0.1"
}
}
}