mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-24 14:50:12 +07:00
chore: allow to modify app name and assets dir name (#144)
This commit is contained in:
5
common/consts/app.go
Normal file
5
common/consts/app.go
Normal file
@ -0,0 +1,5 @@
|
||||
package consts
|
||||
|
||||
var (
|
||||
AppName = "dae"
|
||||
)
|
Reference in New Issue
Block a user