Skip to content

Commit

Permalink
🌈 style: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
xytoki committed Jun 4, 2024
1 parent ead1a89 commit 115ef23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const useSWC = isCI
? 'compile'

Check failure on line 29 in vue.config.js

View workflow job for this annotation

GitHub Actions / Build

Insert `····`
: 'true'

Check failure on line 30 in vue.config.js

View workflow job for this annotation

GitHub Actions / Build

Insert `····`
const useSentry = false
// !process.argv.includes('--no-sentry') && process.env.NODE_ENV === 'production' && !!process.env.SENTRY_KEY
// !process.argv.includes('--no-sentry') && process.env.NODE_ENV === 'production' && !!process.env.SENTRY_KEY
process.env.VUE_APP_BUILD = require('dayjs')().format('YYMMDDHHmm')
process.env.VUE_APP_ROUTER_HASH = singleFile ? 'true' : 'false'
process.env.VUE_APP_SINGLEFILE = singleFile ? 'true' : 'false'
Expand Down

0 comments on commit 115ef23

Please sign in to comment.