We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96051f commit d220167Copy full SHA for d220167
.env.example
@@ -1 +1 @@
1
-VITE_BASE_URL="http://localhost:3000"
+VITE_BASE_URL="http://localhost:3001"
vite.config.ts
@@ -5,7 +5,7 @@ import viteTsConfigPaths from "vite-tsconfig-paths";
5
6
const viteConfig = defineConfig({
7
server: {
8
- port: 3000,
+ port: 3001,
9
},
10
plugins: [
11
viteTsConfigPaths({
0 commit comments