Skip to content

Commit

Permalink
feat: Allow to launch application offline (closes #356)
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Jan 2, 2025
1 parent eb00c27 commit b13aa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/kdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default async ({ app, router }) => {
// Initializes i18n first to avoid any browser translation
await i18n.initialize(app, ['core', 'map', 'app', 'plugin'])
// Initiate the client
const api = initializeApi(setupApi)
const api = await initializeApi(setupApi)
// Setup app hooks
api.hooks(appHooks)
// Then all services
Expand Down

0 comments on commit b13aa73

Please sign in to comment.