Move to sqlite off cloud

This commit is contained in:
2026-03-06 18:49:41 +02:00
parent 27b7d87e68
commit 1b31f3194d
23 changed files with 266 additions and 655 deletions

28
agents.md Normal file
View File

@@ -0,0 +1,28 @@
# Agents
## Commands
```bash
# Development
bun run dev
# Build
bun run build
# Generate static site
bun run generate
# Type checking
bunx vue-tsc --noEmit
# Database
bunx drizzle-kit push
bunx drizzle-kit studio
```
## Project Info
- Nuxt 4
- Uses bun as package manager and runtime
- Database: Drizzle ORM with Bun's sqlite
- UI: @nuxt/ui v3