mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-13 16:25:46 -04:00
8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
/**
|
|
* Environment configuration for production
|
|
*/
|
|
export const environment = {
|
|
production: true,
|
|
apiUrl: '' // Set this dynamically or through build configuration
|
|
};
|