chore: Mac 부트스트랩 + Supabase llnocwyqvhgwpdjcqqyw 배포
- Node 22 + sox + supabase CLI 설치 (brew) - npm install --force + @electron/rebuild@3 33.4.11 완료 - desktop/web typecheck + web build + api-client test 전부 통과 - supabase link --project-ref llnocwyqvhgwpdjcqqyw - config.toml db.major_version 15→17 (원격 매치) - db push: 8개 마이그레이션 전부 적용 - functions deploy: 10개 Edge Functions 전부 배포 - apps/web/.env.local + server/supabase/.env.local 생성 (gitignored) - next build 재검증 — Supabase 런타임 주입 확인 (라우트 동적화)
This commit is contained in:
parent
d2cb1c0166
commit
162a59dc47
2 changed files with 75 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ max_rows = 1000
|
|||
[db]
|
||||
port = 54322
|
||||
shadow_port = 54320
|
||||
major_version = 15
|
||||
major_version = 17
|
||||
|
||||
[db.pooler]
|
||||
enabled = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue