We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd7be1 commit 49a4bf8Copy full SHA for 49a4bf8
commands/console.ts
@@ -42,7 +42,7 @@ export default class ConsoleCommand extends Command {
42
printSlowTrees: argv.printSlowTrees
43
});
44
let application = await project.createApplication();
45
- if (application.config.get('eenvironment') === 'production') {
+ if (application.config.get('environment') === 'production') {
46
ui.warn(rewrap`WARNING: Your console is running in production environment, meaning your
47
production configuration is being used. This means your app is likely connecting to live,
48
production database. Use caution!`);
0 commit comments