preview changes

This commit is contained in:
Ishaan Dey
2024-05-13 14:38:14 -07:00
parent eb629835d2
commit 9d5f9c37cc
2 changed files with 33 additions and 11 deletions

View File

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