Move to sqlite off cloud
This commit is contained in:
28
agents.md
Normal file
28
agents.md
Normal 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
|
||||
Reference in New Issue
Block a user