Skip to content

Commit

Permalink
Merge pull request #610 from leemyongpakva/correct_instruction_link
Browse files Browse the repository at this point in the history
Correct instruction link for .env file
  • Loading branch information
matthieu-rolland authored Mar 19, 2024
2 parents 0d083dc + 8b0aa87 commit 06ff161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/webpack.vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const envFilePath = './webpack/.env';
if (fs.existsSync(envFilePath)) {
require('dotenv').config({path: envFilePath});
} else {
console.error('\x1b[41m\x1b[37m%s\x1b[0m', 'Your .env file not exits. Read getting started section in documentation for more information https://devdocs.prestashop.com/8/themes/getting-started/.');
console.error('\x1b[41m\x1b[37m%s\x1b[0m', 'Your .env file not exits. Read getting started section in documentation for more information https://github.com/PrestaShop/hummingbird?tab=readme-ov-file#how-to-build-assets/.');
process.exit();
}

Expand Down

0 comments on commit 06ff161

Please sign in to comment.