OmniRoute/scripts
diegosouzapw 49dedecc42 fix(build): assemble static/server-files/chunks under distDir, not literal .next
CRITICAL white-screen bug from the build-output-isolation refactor: the standalone
server.js bakes distDir ("./.build/next") into its config and serves /_next/static
from <root>/.build/next/static — but assembleStandalone hard-coded the destination
to <outDir>/.next/static (+ sanitised/patched <outDir>/.next/{required-server-files,
server}). Result: the server's static dir was EMPTY → every JS/CSS chunk 404'd →
blank login page (health stayed 200, so it slipped past the health-only dry-run).

Mirror the distDir path (relative to projectRoot) for static, required-server-files
sanitization (was a silent no-op → 0 paths sanitised, now 11), and the Turbopack
chunk patch. Verified: booting the assembled bundle serves the webpack chunk 200.
Affects every consumer (npm/Docker/Electron/VPS).
2026-06-04 02:17:51 -03:00
..
ad-hoc fix(quality): clear SonarCloud quality-gate findings on PR #2930 2026-06-03 00:17:56 -03:00
build fix(build): assemble static/server-files/chunks under distDir, not literal .next 2026-06-04 02:17:51 -03:00
check fix(ci): raise t11 any-budget for cursor.ts (false-positive) + server.ts (dynamic tools) 2026-06-03 20:31:34 -03:00
cli feat(cli): fase 9.3 — codegen de comandos a partir do OpenAPI spec (omniroute api <tag> <op>) 2026-05-15 04:58:40 -03:00
dev build(verify): close ralph-loop-1 gaps — align tests + fix stale .next/app refs 2026-06-03 16:06:59 -03:00
docs Release v3.8.3 (#2617) 2026-05-24 18:05:58 -03:00
features feat: gamification & leaderboard system (#2405) 2026-05-19 09:46:20 -03:00
i18n feat(i18n): add batch redesign keys to EN + pt-BR + fallback EN for 40 other locales (F8) 2026-05-27 18:41:37 -03:00
skills feat(agent-skills): add CLI wrapper scripts/skills/generate-agent-skills.mjs 2026-05-27 21:54:50 -03:00
check-permissions.sh fix(docker): warn-only on /app/data permission check, remove exit 1 (#3036) 2026-06-01 08:12:19 -03:00
codex-ws.sh chore(release): finalize v3.8.8 changelog + add codex-ws dev helper 2026-06-03 02:17:46 -03:00
install-obsidian-plugin.sh feat(observability): add Obsidian context source with 24 MCP tools (#3077) 2026-06-03 06:45:04 -03:00
postinstall.mjs feat(runtime): dynamic SQLite runtime installer with 5-step fallback chain 2026-05-15 00:05:49 -03:00
start-ws-server.mjs Release v3.8.3 (#2617) 2026-05-24 18:05:58 -03:00