feat(Config): Generate config if non-existent
This commit is contained in:
parent
813dcded54
commit
bc5af92c27
2 changed files with 33 additions and 1 deletions
1
main.go
1
main.go
|
|
@ -12,6 +12,7 @@ import (
|
|||
)
|
||||
|
||||
func main(){
|
||||
Tools.CheckIfConfigExists()
|
||||
config := Tools.GetConfig()
|
||||
|
||||
SQL.CreateDefaultTables(SQL.GetSQLInstance())
|
||||
|
|
|
|||
Reference in a new issue