Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyshulga1cs committed Feb 11, 2024
1 parent 81c61e7 commit 0d1500e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ import { defineConfig } from "vite";

export default defineConfig({
root: "src",
port: "3000",
preview: {
port: "3000",
},
build: {
sourcemap: false,
outDir: "../dist",
Expand Down

0 comments on commit 0d1500e

Please sign in to comment.