mirror of https://github.com/1Panel-dev/1Panel
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()
|
||
|
|
||
|
|
||
|
|