Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Update quasar.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sircharlo authored Jun 22, 2024
1 parent 7f10d70 commit 7736d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ module.exports = configure(function (/* ctx */) {
sentryVitePlugin({
org: 'jw-projects',
project: 'mmm-v2',
authToken: process.env.SENTRY_AUTH_TOKEN,

Check failure on line 60 in quasar.config.js

View workflow job for this annotation

GitHub Actions / release (macos-latest)

Expected "authToken" to come before "project"

Check failure on line 60 in quasar.config.js

View workflow job for this annotation

GitHub Actions / release (ubuntu-latest)

Expected "authToken" to come before "project"
}),
);
},
Expand Down

0 comments on commit 7736d09

Please sign in to comment.