first commit

This commit is contained in:
2025-12-07 17:11:55 +01:00
parent d7941d358e
commit 85fd795207
12 changed files with 333 additions and 2 deletions

3
config.js Normal file
View File

@@ -0,0 +1,3 @@
export default {
allowedCommands: ["bun ./scripts/update-config.ts", "bun install && bun run test"],
};