refactor(env,config): create DEV global variable
This commit is contained in:
@@ -4,3 +4,5 @@ const (
|
||||
APP_NAME = "Comicverse"
|
||||
APP_VERSION = "0.0.0"
|
||||
)
|
||||
|
||||
var DEVELOPMENT = false
|
||||
|
||||
Reference in New Issue
Block a user