Commit Graph

3 Commits

Author SHA1 Message Date
Asan Stefanski
5e2c9ee478 fix: Auto-build before start to prevent missing .next errors
Changed `start` script to run `next build && next start` so that
cloned projects work immediately without manual build step.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 23:56:50 +01:00
Asan Stefanski
204ead0357 fix: make Supabase optional and add assetPrefix support
- lib/supabase.ts: Return null when credentials missing instead of crash
- next.config.js: Add assetPrefix and basePath for VibeCoder proxy
- package.json: Use generic template name (v0.2.0)
2025-12-25 20:20:04 +01:00
Lumina
b3d8fe8dfe Initial commit from template 2025-12-23 04:19:57 +01:00