chore: add community templates, simplify setup, fix lockfile (#177)

This commit is contained in:
Pascal
2026-03-25 21:20:25 -07:00
committed by GitHub
parent e2cde339ae
commit 49c045e861
9 changed files with 339 additions and 337 deletions
+6 -7
View File
@@ -1,8 +1,7 @@
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_google_maps_api_key
PORT=3000
POSTGRES_URL=postgresql://postgres:postgres@127.0.0.1:55322/postgres
# Optional environment variables — the editor works without any of these
# Run `bun db:start` then `bunx supabase status -o env` to get these values
NEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:55321
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key
# Google Maps API key (enables address search)
# NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_google_maps_api_key
# Dev server port (default: 3000)
# PORT=3000