chore: kanban template

This commit is contained in:
e2e
2026-06-21 19:23:05 +02:00
commit 758d1c7953
209 changed files with 215578 additions and 0 deletions

6
db/annotations.ts Normal file
View File

@@ -0,0 +1,6 @@
import type { DbClassificationMap } from '../.pikku/db/classification-map.gen.d.ts'
export const classifications = {
"kanban_card": {
},
} satisfies DbClassificationMap