Skip to content

Commit

Permalink
fix: add vite option
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Aug 28, 2024
1 parent e44bba6 commit 8162175
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/frontend-bo/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ export default defineNuxtConfig({
client: true,
},
vite: {
build: {
sourcemap: true,
},
plugins: [
sentryVitePlugin({
authToken: process.env.SENTRY_AUTH_TOKEN,
Expand Down
3 changes: 3 additions & 0 deletions packages/frontend-usagers/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ export default defineNuxtConfig({
client: true,
},
vite: {
build: {
sourcemap: true,
},
plugins: [
sentryVitePlugin({
authToken: process.env.SENTRY_AUTH_TOKEN,
Expand Down

0 comments on commit 8162175

Please sign in to comment.