.env.production 140 B

1234
  1. # Production environment variables for Vue.js frontend
  2. VUE_APP_API_URL=/api
  3. VUE_APP_TITLE=Inventory Management System
  4. VUE_APP_VERSION=1.0.0