feat: add db integration and global types

This commit is contained in:
Norbert Maciaszek
2025-11-17 18:24:49 +01:00
parent 0e45ee04fc
commit 80709b3913
7 changed files with 187 additions and 1 deletions

View File

@@ -26,5 +26,8 @@
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3",
"vite": "^7.1.10"
},
"dependencies": {
"pocketbase": "^0.26.3"
}
}