Skip to content

Commit

Permalink
Merge pull request #2 from keyko-io/deploying-vite
Browse files Browse the repository at this point in the history
Deploying vite
  • Loading branch information
fabriziogianni7 authored May 26, 2023
2 parents 164468c + 73b8c25 commit c04de01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react-swc'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
build:{
outDir: "dist"
}
})

0 comments on commit c04de01

Please sign in to comment.