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.
2 parents 1ba982b + 034fad3 commit ed01293Copy full SHA for ed01293
lib/server-config.js
@@ -50,6 +50,7 @@ async function ensureWelcomePage (argv) {
50
// let existingIndexPageAcl = path.join(serverRootDir, 'index.html.acl')
51
52
if (!fs.existsSync(existingIndexPage)) {
53
+ console.log(argv)
54
fs.mkdirp(serverRootDir)
55
await fsUtils.copyTemplateDir(templates.server, serverRootDir)
56
await templateUtils.processHandlebarFile(existingIndexPage, {
0 commit comments