1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 16:29:17 +08:00
2024-02-28 06:34:09 +00:00

10 lines
100 B
Lua

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