Skip to content

Commit

Permalink
build added
Browse files Browse the repository at this point in the history
  • Loading branch information
soujo committed Aug 4, 2023
1 parent c1221f4 commit e5bf4cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ export default defineConfig({
modules: {
localsConvention: "camelCase"
}
}
},
build: {
outDir: 'public',
},
})

0 comments on commit e5bf4cb

Please sign in to comment.