File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');
1010module . exports = async function ( defaults ) {
1111 const { setConfig } = await import ( '@warp-drive/build-config' ) ;
1212 const { EMBER_ENV } = process . env ;
13- var config = require ( './config/environment' ) ( EMBER_ENV ) ;
13+ const config = require ( './config/environment' ) ( EMBER_ENV ) ;
1414
1515 const app = new EmberApp ( defaults , {
1616 hinting : false ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');
1010module . exports = async function ( defaults ) {
1111 const { setConfig } = await import ( '@warp-drive/build-config' ) ;
1212 const { EMBER_ENV } = process . env ;
13- var config = require ( './config/environment' ) ( EMBER_ENV ) ;
13+ const config = require ( './config/environment' ) ( EMBER_ENV ) ;
1414
1515 const app = new EmberApp ( defaults , {
1616 hinting : false ,
You can’t perform that action at this time.
0 commit comments