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 e7989a1 commit cd056c4Copy full SHA for cd056c4
lib/server-config.js
@@ -50,7 +50,6 @@ 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