Skip to content

Commit

Permalink
build: fix libra outdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Jun 4, 2024
1 parent a33d697 commit 458f4bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libra.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export default defineConfig({
outDir: 'dist',
viteConfig: () => {
return {
build: {
outDir: resolve(process.cwd(), 'dist'),
},
resolve: {
alias: {
'@styles/css': resolve(__dirname, './styles/css')
Expand Down

0 comments on commit 458f4bc

Please sign in to comment.