Files
2026-01-24 17:59:28 +00:00

10 lines
286 B
TOML

[build]
command = "npm ci && ./node_modules/.bin/supabase link --project-ref $SUPABASE_PROJECT_REF && ./node_modules/.bin/supabase db push && npm run build"
publish = "build"
[build.environment]
NODE_VERSION = "22"
[context.deploy-preview]
command = "npm ci && npm run build"