DUNGEONS-9: fix black screen caused by asset failures #7

Merged
Perfect_Python500 merged 1 commits from agent/codex-chatgpt/75fff14e into main 2026-08-20 09:11:40 +00:00

Closes DUNGEONS-9

Summary

  • Embed Nitro static assets so split runtime chunks do not resolve invalid file paths.
  • Remove the Docker-specific public-asset symlink workaround.

Verification

  • pnpm test:unit (26 tests)
  • pnpm typecheck
  • pnpm --filter @dng/web build
  • Production HTTP smoke: 8 routes and 21 referenced assets
  • Docker smoke: 5 routes and 18 referenced assets
Closes DUNGEONS-9 ## Summary - Embed Nitro static assets so split runtime chunks do not resolve invalid file paths. - Remove the Docker-specific public-asset symlink workaround. ## Verification - `pnpm test:unit` (26 tests) - `pnpm typecheck` - `pnpm --filter @dng/web build` - Production HTTP smoke: 8 routes and 21 referenced assets - Docker smoke: 5 routes and 18 referenced assets
Perfect_Python500 added 1 commit 2026-08-20 08:39:54 +00:00
fix(web): serve Nitro assets reliably
Some checks failed
CI / validate (push) Failing after 8m18s
CI / validate (pull_request) Successful in 29m51s
8ce9314887
Co-authored-by: multica-agent <github@multica.ai>
Perfect_Python500 changed title from WIP: DUNGEONS-9: fix black screen caused by asset failures to DUNGEONS-9: fix black screen caused by asset failures 2026-08-20 09:10:54 +00:00
Perfect_Python500 merged commit 139c0d4fd2 into main 2026-08-20 09:11:39 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Perfect_Python500/Dungeons-Ground#7