After atomic UI generation selection, Admin imports its package from a manager-owned cache below TREESEED_DEVELOPMENT_WORKSPACE_ROOT. Astro renders server components, but Vite returns 403 for client islands under the exact @fs/.../.treeseed/cache/development-sessions/... path.
In development only, extend server.fs.allow with the manager-provided workspace root. Keep production unchanged, retain the explicit allowed-host policy, and cover the configuration behavior.
After atomic UI generation selection, Admin imports its package from a manager-owned cache below
TREESEED_DEVELOPMENT_WORKSPACE_ROOT. Astro renders server components, but Vite returns 403 for client islands under the exact@fs/.../.treeseed/cache/development-sessions/...path.In development only, extend
server.fs.allowwith the manager-provided workspace root. Keep production unchanged, retain the explicit allowed-host policy, and cover the configuration behavior.