5 lines
66 B
TypeScript
5 lines
66 B
TypeScript
|
export const environment = {
|
||
|
production: false,
|
||
|
hmr: true
|
||
|
};
|