@erpsquad/common 1.8.19 → 1.8.20
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 +0 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,21 +15,6 @@ A comprehensive React component library for ERP applications, built with Materia
|
|
|
15
15
|
- **Modular Architecture**: Import only what you need to minimize bundle size
|
|
16
16
|
- **Peer Dependency Management**: Flexible dependency management for different project setups
|
|
17
17
|
|
|
18
|
-
## 🌐 Environment Variables
|
|
19
|
-
|
|
20
|
-
This package requires the following environment variables to be set in your project's `.env` file:
|
|
21
|
-
|
|
22
|
-
```env
|
|
23
|
-
# API Configuration
|
|
24
|
-
VITE_BACKEND_BASE_URL=https://apidev.erpforce.co # Base URL for API requests
|
|
25
|
-
|
|
26
|
-
# File Storage Configuration
|
|
27
|
-
VITE_BUCKET_URL=https://erpforce-dev.s3.eu-west-1.amazonaws.com/ # Base URL for file storage
|
|
28
|
-
VITE_S3_BUCKET_URL=https://erpforce-dev.s3.eu-west-1.amazonaws.com/ # Alternative URL for S3 bucket access
|
|
29
|
-
|
|
30
|
-
# WebSocket Configuration
|
|
31
|
-
VITE_SOCKET_BASE_URL=http://127.0.0.1:4012 # WebSocket server URL
|
|
32
|
-
```
|
|
33
18
|
|
|
34
19
|
### Development Environment
|
|
35
20
|
For local development, you can create a `.env` file in your project root with these variables. Make sure to add `.env` to your `.gitignore` file to keep sensitive information secure.
|