Skip to content

Commit

Permalink
fix boot
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Pircher <[email protected]>
  • Loading branch information
patricklx committed Mar 16, 2024
1 parent 6c7d574 commit 047962d
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 96 deletions.
2 changes: 2 additions & 0 deletions doc-app/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import Resolver from 'ember-resolver';
import loadInitializers from 'ember-load-initializers';
import config from 'doc-app/config/environment';

define('doc-app/config/environment', () => config);

export default class App extends Application {
modulePrefix = config.modulePrefix;
podModulePrefix = config.podModulePrefix;
Expand Down
3 changes: 2 additions & 1 deletion doc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@
"broccoli-asset-rev": "^3.0.0",
"carbon-components-ember": "workspace:*",
"concurrently": "^8.2.0",
"ember-auto-import": "^2.6.3",
"ember-auto-import": "^2.7.2",
"ember-cli": "~5.1.0",
"ember-cli-addon-docs": "^7.0.1",
"ember-cli-addon-docs-yuidoc": "^1.1.0",
"ember-svg-jar": "^2.4.9",
"ember-cli-app-version": "^6.0.1",
"ember-cli-babel": "^8.2.0",
"ember-cli-clean-css": "^2.0.0",
Expand Down
153 changes: 58 additions & 95 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 047962d

Please sign in to comment.