Refactor user bootstrap

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2026-04-28 19:59:27 +08:00
parent 7a3ac35566
commit 581990a52f
6 changed files with 169 additions and 70 deletions
+1
View File
@@ -3,4 +3,5 @@ package startup
func StartUp() {
CreateTables()
LoadUnitData()
CreateDefaultUser()
}