update to port in order to run multiple websites

This commit is contained in:
Jacob Delgado 2023-10-16 21:43:16 -07:00
parent 3cfe17dbce
commit 147365d077

View File

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