Skip to content

Commit

Permalink
hotfix(client): vite config out directory
Browse files Browse the repository at this point in the history
  • Loading branch information
umitcan07 committed Nov 25, 2024
1 parent a77c497 commit 77e953d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { defineConfig } from "vite";

// https://vitejs.dev/config/
export default defineConfig({
build: { outDir: "/dist" },
build: { outDir: "dist" },
plugins: [react()],
});

0 comments on commit 77e953d

Please sign in to comment.