Skip to content

Commit

Permalink
attempt at fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew-Daniels committed Aug 4, 2024
1 parent 2bf6c02 commit 00e0bf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ export default defineConfig({

// Configuration for building your library.
// See: https://vitejs.dev/guide/build.html#library-mode
server: {
fs: {
cachedChecks: false,
}
},
build: {
outDir: '../../dist/libs/ui',
emptyOutDir: true,
Expand Down

0 comments on commit 00e0bf3

Please sign in to comment.