Skip to content

Commit

Permalink
correct .env instruction link
Browse files Browse the repository at this point in the history
  • Loading branch information
leemyongpakva committed Mar 19, 2024
1 parent 898132d commit 8b0aa87
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 8b0aa87

Please sign in to comment.