Force geo build with BUILD_GEO env var.
Some checks are pending
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run

This commit is contained in:
Mike Cao 2025-10-31 00:13:02 -07:00
parent 751568d871
commit 067567cbf6
5 changed files with 237 additions and 237 deletions

View file

@ -6,7 +6,7 @@ import https from 'https';
import zlib from 'zlib';
import tar from 'tar';
if (process.env.VERCEL) {
if (process.env.VERCEL && !process.env.BUILD_GEO) {
console.log('Vercel environment detected. Skipping geo setup.');
process.exit(0);
}