chore: set frontend dev server port to 5678
Browse files- frontend/vite.config.ts +1 -0
frontend/vite.config.ts
CHANGED
|
@@ -4,6 +4,7 @@ import react from "@vitejs/plugin-react";
|
|
| 4 |
export default defineConfig({
|
| 5 |
plugins: [react()],
|
| 6 |
server: {
|
|
|
|
| 7 |
proxy: {
|
| 8 |
"/collab": {
|
| 9 |
target: "ws://localhost:8080",
|
|
|
|
| 4 |
export default defineConfig({
|
| 5 |
plugins: [react()],
|
| 6 |
server: {
|
| 7 |
+
port: 5678,
|
| 8 |
proxy: {
|
| 9 |
"/collab": {
|
| 10 |
target: "ws://localhost:8080",
|