major refactor, docker support. Check if there's a better way to do commands/index.ts

This commit is contained in:
2025-03-29 16:58:07 +01:00
parent a3b3f353f0
commit 447ed8dff0
9 changed files with 98 additions and 52 deletions

4
src/commands/index.ts Normal file
View File

@@ -0,0 +1,4 @@
import timeout from "./timeout";
import thank from "./thank"
export default [timeout, thank]