diff --git a/apps/web/scripts/check-forms.ts b/apps/web/scripts/check-forms.ts index a3df7bb..999054f 100644 --- a/apps/web/scripts/check-forms.ts +++ b/apps/web/scripts/check-forms.ts @@ -1,6 +1,6 @@ import puppeteer from "puppeteer"; -const targetUrl = process.env.NEXT_PUBLIC_BASE_URL || "http://localhost:3000"; +const targetUrl = process.env.TEST_URL || "http://localhost:3000"; const gatekeeperPassword = process.env.GATEKEEPER_PASSWORD || "secret"; // Use ENV or default async function main() {