Merge branch 'main' into codex/scheduled-search-alerts

This commit is contained in:
cesnimda
2026-08-31 22:37:58 +02:00
4 changed files with 9 additions and 2 deletions
+4
View File
@@ -207,6 +207,10 @@ jobs:
CI: 'false'
GENERATE_SOURCEMAP: 'false'
NODE_OPTIONS: --max-old-space-size=4096
# NEXT_PUBLIC values are embedded during `next build`. The browser smoke
# suite serves this prebuilt export, so it must target its isolated API
# rather than the normal localhost development port.
NEXT_PUBLIC_API_BASE_URL: http://localhost:5302/api
# Build once, then make Playwright serve this exact export. A SIGSEGV-only retry preserves
# the runner workaround without hiding an ordinary compiler or type-check failure.
run: |