DF0008: View distDir Not Found
Message
distDir
{distDir}does not exist
Cause
DevToolsViewHost.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—DevToolsViewHost.hostStatic()throwsDF0008when the resolveddistDirdoes not exist on disk.