configure board source in typescript

This commit is contained in:
dexx
2026-06-05 03:02:41 +03:00
parent 1bafc85226
commit 92cf1eaa63
4 changed files with 23 additions and 143 deletions
+5
View File
@@ -0,0 +1,5 @@
export const boardConfig = {
repo: "dexxdbg/pozor",
photosPath: "img",
branch: "codex/initial-shame-board"
} as const;