Patch Changes
-
#540
0d25aa5- Fix incorrect validation error message forendsWithstring constraint - it was saying "Value must start with" instead of "Value must end with" -
#543
004e181- Fix execSyncVarlock breaking when project path contains spacesUse
execFileSyncinstead ofexecSyncfor the fallback varlock path resolution to avoid shell interpretation of spaces in directory paths. -
#527
e67ee2f- Improve invalid config handling in CLI and Vite integrationvarlock load --format json-fullnow outputs partial JSON (witherrorsfield) even when validation fails, enabling consumers to access sources and valid config items- Vite plugin gracefully handles invalid config in dev mode: shows error page and automatically recovers when the config is fixed
- Vite build output now includes specific error details when config validation fails