Commit Graph

3 Commits

Author SHA1 Message Date
Alejandro Martinez
c8afee2b6c fix: find better-sqlite3 native binding in pnpm store
pnpm uses .pnpm symlink store, so the binding isn't at the
standard node_modules path. Use find to locate the .node file
and copy it to where Nitro expects it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 14:27:02 +02:00
Alejandro Martinez
0728211857 fix: copy better-sqlite3 native bindings to Docker runtime stage
The .node binary wasn't being copied to .output, causing 'Could not locate
the bindings file' error at runtime.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 14:23:07 +02:00
Alejandro Martinez
e7de636cf2 feat: initial brainstorming app — Nuxt 3 + SQLite + admin auth
Nuxt 3 app with:
- SQLite (better-sqlite3) for persistence
- Anonymous idea submission and voting
- Admin auth with session cookies
- AI analysis via Gemini API
- Nuxt UI components + Tailwind

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 14:15:45 +02:00