upgraded console to ember 5.4.1

This commit is contained in:
Ronald A. Richardson
2023-12-07 11:48:55 +08:00
parent 0a3ad2f0a6
commit c5574a25ae
16 changed files with 191 additions and 210 deletions

View File

@@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "4.6.0",
"version": "5.4.1",
"blueprints": [
{
"name": "app",

View File

@@ -4,12 +4,13 @@ const getenv = require('./utils/getenv');
const fixApiHost = require('./utils/fix-api-host');
module.exports = function (environment) {
let ENV = {
const ENV = {
modulePrefix: '@fleetbase/console',
environment,
rootURL: '/',
locationType: 'history',
EmberENV: {
EXTEND_PROTOTYPES: false,
FEATURES: {
// Here you can enable experimental features on an ember canary build
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true