mirror of
https://github.com/strapi/strapi.git
synced 2025-08-19 14:19:03 +00:00
Fix environment typo
This commit is contained in:
parent
cf54c91fc1
commit
deb011dee1
@ -18,7 +18,7 @@ module.exports = async ({ optimization }) => {
|
|||||||
|
|
||||||
if (!fs.existsSync(envConfigDir)) {
|
if (!fs.existsSync(envConfigDir)) {
|
||||||
console.log(
|
console.log(
|
||||||
`Missing envrionnment config for env: ${green(
|
`Missing environment config for env: ${green(
|
||||||
env
|
env
|
||||||
)}.\nMake sure the directory ${yellow(
|
)}.\nMake sure the directory ${yellow(
|
||||||
`./config/environments/${env}`
|
`./config/environments/${env}`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user