mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-08 01:20:07 +08:00
10 lines
100 B
Lua
10 lines
100 B
Lua
![]() |
local db = require "db"
|
||
|
local config = require "config"
|
||
|
|
||
|
config.load_config_file()
|
||
|
|
||
|
db.init_db()
|
||
|
|
||
|
|
||
|
|