edgar.mendez d1c203cd0e feat(warehouse): add inventory management features
- Implemented getWarehouseById method in warehouseService to fetch warehouse details by ID.
- Added new types for warehouse inventory management in warehouse.d.ts and warehouse.inventory.d.ts.
- Created WarehouseAddInventory.vue component for handling inventory entries with serial number management.
- Developed inventoryWarehouseServices for adding inventory through API.
- Updated router to include the new inventory management component.
- Added Docker configuration files for production deployment.
- Created Nginx configuration for serving the application.
- Added .dockerignore and .env.production for environment-specific settings.
2026-02-13 13:49:41 -06:00

11 lines
184 B
Plaintext

# API Configuration
VITE_API_URL=http://localhost:3000/api
# Environment
VITE_APP_ENV=development
APP_PORT=3000
# App Configuration
VITE_APP_NAME=GOLS Control
VITE_APP_VERSION=1.0.0