Skip to content

Commit

Permalink
Removed unneeded configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwhitney committed May 27, 2024
1 parent c18d4b0 commit bb0b011
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import "react-dom";
// https://vitejs.dev/config/
export default defineConfig({
root: './client',
build: {
outDir: "../../dist"
},
server: {
port: 3000,

Expand Down

0 comments on commit bb0b011

Please sign in to comment.