1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-20 16:59:17 +08:00
2024-03-12 12:34:07 +00:00

10 lines
97 B
Lua

local db = require "db"
local config = require "config"
config.load_config_file()
db.init()