Skip to content

Commit

Permalink
feat: treat vite config files as dev files (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
smackfu authored Nov 15, 2024
1 parent 7fd5505 commit ef8c6ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ module.exports = {
// additional paths used only in development
'dev.*.js', // developer config
'mock/**', // parrot mocks
'**/vite.config.{ts,js}', // vite config
'**/vitest.config.{ts,js}', // vitest config
],
optionalDependencies: false,
}],
Expand Down

0 comments on commit ef8c6ab

Please sign in to comment.