change ports

This commit is contained in:
lowcarbdev
2026-02-28 22:52:37 -07:00
parent 69253e174d
commit d6d0b07b50
17 changed files with 28 additions and 22 deletions
+3
View File
@@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
port: 5175,
},
})