🏷️ Add type for Environment mode and remove
raw environment export
This commit is contained in:
4
src/enums/Environment.ts
Normal file
4
src/enums/Environment.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum Environment {
|
||||
development = "development",
|
||||
production = "production"
|
||||
}
|
Reference in New Issue
Block a user