1
0

changes on frontend

This commit is contained in:
Jose
2025-03-17 02:24:24 +01:00
parent 13d0a277cc
commit c766ab68a1
4 changed files with 20 additions and 93 deletions

View File

@@ -7,7 +7,7 @@ import os from 'os'
// https://vite.dev/config/
export default defineConfig({
server: {
port: 8080,
port: 5173,
},
plugins: [react(), cleanPlugin()],
build: {