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 e2a81fa commit 2bf6db2Copy full SHA for 2bf6db2
.stacks/core/pages/src/index.ts
@@ -10,7 +10,7 @@ function generateSettings() {
10
'',
11
(err) => {
12
if (err) throw err;
13
- console.log(`${page}.vue was appended successfully!`);
+ console.log(`${page}.vue was generated successfully!`);
14
}
15
);
16
});
@@ -23,7 +23,7 @@ function generateOnboarding() {
23
24
25
26
27
28
29
})
0 commit comments