feat: add server link sharing

This commit is contained in:
Dax Raad
2026-07-08 18:42:54 -04:00
parent ec8eea7cbe
commit 7698a5e6ac
25 changed files with 1533 additions and 1141 deletions
+1
View File
@@ -36,6 +36,7 @@ const Handlers = Runtime.handlers(Commands, {
migrate: () => import("./commands/handlers/migrate"),
mini: () => import("./commands/handlers/mini"),
run: () => import("./commands/handlers/run"),
link: () => import("./commands/handlers/link"),
service: {
start: () => import("./commands/handlers/service/start"),
restart: () => import("./commands/handlers/service/restart"),