Skip to content

DF0008: View distDir Not Found

Package: devframe

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

Migrated from

Previously documented as DTK0022 under @vitejs/devtools.

Released under the MIT License.