Skip to content

Commit

Permalink
chore: update starter templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Aug 9, 2020
1 parent 18b234f commit 516f015
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/basic/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const fetchTemplate = async (template) => {
const renameFromPath = path.join(dest, template);
const renameToPath = path.join(dest, 'client');
fs.renameSync(renameFromPath, renameToPath);
fs.renameSync(`${renameToPath}/.mevngitignore`, `${renameToPath}/.gitignore`);

// Prompt the user whether he/she requires pwa support
if (template === 'Nuxt.js') {
Expand Down

0 comments on commit 516f015

Please sign in to comment.