ante-erp-cli 1.11.68 → 1.11.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ante-erp-cli",
3
- "version": "1.11.68",
3
+ "version": "1.11.69",
4
4
  "description": "Comprehensive CLI tool for managing ANTE ERP self-hosted installations",
5
5
  "type": "module",
6
6
  "bin": {
@@ -240,7 +240,7 @@ services:
240
240
  backend-core:
241
241
  condition: service_healthy
242
242
  environment:
243
- - VITE_API_URL=\${CORE_API_URL:-http://localhost:${backendCorePort}}
243
+ - VITE_API_URL=\${BACKEND_CORE_URL:-http://localhost:${backendCorePort}}
244
244
  - VITE_APP_NAME=ANTE Frontend Core
245
245
  - VITE_APP_VERSION=\${VERSION:-1.0.0}
246
246
  ports: