First Commit

This commit is contained in:
2026-03-04 14:21:07 +00:00
commit 86cfe54f6e
38 changed files with 1399 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
export const AppData = {
TerminalBinName: "ttyd",
CronInterval: 30000,
} as const;