| # Manufacturing Agent - Frontend Configuration | |
| # Backend API URL for analyze endpoint | |
| # Local development: http://localhost:8080 | |
| # Production: Update with your backend deployment URL | |
| NEXT_PUBLIC_API_URL=http://localhost:8080 | |
| # Manufacturing Agent - Frontend Configuration | |
| # Backend API URL for analyze endpoint | |
| # Local development: http://localhost:8080 | |
| # Production: Update with your backend deployment URL | |
| NEXT_PUBLIC_API_URL=http://localhost:8080 | |