Skip to content

Commit

Permalink
fix: disable appManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanilowicz committed Jan 27, 2025
1 parent 13e0320 commit 915ceb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/b2b-employee-management/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export default defineNuxtConfig({
devStorefrontUrl: "",
},
ssr: false,
experimental: { appManifest: false },
});

0 comments on commit 915ceb0

Please sign in to comment.