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)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "project-1766459980010-q6lr8s01b",
|
||||
"version": "0.1.0",
|
||||
"description": "ads",
|
||||
"name": "lumina-nextjs-template",
|
||||
"version": "0.2.0",
|
||||
"description": "Next.js 15 starter template for Lumina VibeCoder projects",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
||||
Reference in New Issue
Block a user