Files
Cleanuparr/code/UI/src/environments/environment.prod.ts
Flaminel 6c9b60dff5 #29
2025-05-20 13:35:28 +03:00

8 lines
172 B
TypeScript

/**
* Environment configuration for production
*/
export const environment = {
production: true,
apiUrl: '' // Set this dynamically or through build configuration
};