We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0c604 commit f56dd60Copy full SHA for f56dd60
src/node/init/init.ts
@@ -49,7 +49,7 @@ export async function init(root?: string) {
49
message: 'Where should VitePress initialize the config?',
50
initialValue: './',
51
defaultValue: './',
52
- validate(value) {
+ validate() {
53
// TODO make sure directory is inside
54
return undefined
55
}
0 commit comments