config: change dev server port from 3000 to 9802

This commit is contained in:
Gigi
2025-10-02 11:25:10 +02:00
parent ac7f1007a7
commit de428b8719

View File

@@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
server: {
port: 3000
port: 9802
}
})