DF0008: View distDir Not Found
distDir {distDir} does not exist
Message
distDir {distDir} does not existCause
DevframeViewHost.hostStatic() was asked to mount a directory that doesn't exist on disk.
Fix
Verify the distDir path resolves correctly (run your SPA build first, and check the resolved absolute path).
Source
packages/devframe/src/node/host-views.ts—DevframeViewHost.hostStatic()throwsDF0008when the resolveddistDirdoes not exist on disk.