Skip to content

Commit d220167

Browse files
committed
chore(config): update server port
1 parent a96051f commit d220167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VITE_BASE_URL="http://localhost:3000"
1+
VITE_BASE_URL="http://localhost:3001"

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import viteTsConfigPaths from "vite-tsconfig-paths";
55

66
const viteConfig = defineConfig({
77
server: {
8-
port: 3000,
8+
port: 3001,
99
},
1010
plugins: [
1111
viteTsConfigPaths({

0 commit comments

Comments
 (0)