ubk.erp.webpack 1.1.4 → 1.1.5
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -68,9 +68,9 @@ If you prefer using environment variables, the library also supports:
|
|
|
68
68
|
|
|
69
69
|
```env
|
|
70
70
|
# Provide a full URL for asset/API base; if omitted the default
|
|
71
|
-
# fallback `
|
|
72
|
-
VITE_ASSET_BASE_URL=
|
|
73
|
-
REACT_APP_API_URL=
|
|
71
|
+
# fallback `yourbase_url` will be used.
|
|
72
|
+
VITE_ASSET_BASE_URL=yourbase_url
|
|
73
|
+
REACT_APP_API_URL=yourbase_url
|
|
74
74
|
|
|
75
75
|
# API Endpoints
|
|
76
76
|
VITE_MENU_URL=api/sdk/Menus
|