mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-27 07:14:56 +00:00
4 lines
119 B
Lua
4 lines
119 B
Lua
local M = {}
|
|
function M.on_install(ctx) return { message = "Dashboard installed", version = ctx.version } end
|
|
return M
|