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