Skip to content

Commit

Permalink
Change vite config path import (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Nov 18, 2023
1 parent 570cee2 commit 4cf084d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path')
import { resolve } from 'path'

export default {
root: path.resolve(__dirname, 'src'),
root: resolve(__dirname, 'src'),
build: {
outDir: '../dist'
},
Expand Down

0 comments on commit 4cf084d

Please sign in to comment.