You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an ember-cli-build file that'll typically look like this:
constEmberApp=require('ember-cli/lib/broccoli/ember-app');module.exports=asyncfunction(defaults){const{ setConfig }=awaitimport('@warp-drive/build-config');constapp=newEmberApp(defaults,{});setConfig(app,__dirname,{// WarpDrive/EmberData settings go here (if any)});returnapp.toTree();};