Skip to content

Commit

Permalink
Fix configFile path when included in Playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Sep 25, 2024
1 parent 61dfdbb commit a875201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ export default defineConfig(({ mode }) => {
}),
vuetify({
styles: {
configFile: 'src/styles/settings.scss',
configFile:
path.resolve(__dirname, './src') + '/styles/settings.scss',
},
}),
],
Expand Down

0 comments on commit a875201

Please sign in to comment.