update client dev port

This commit is contained in:
Nathaniel Tampus
2023-02-16 21:36:04 +08:00
parent 96280b6d71
commit aae76e83c4

View File

@@ -3,5 +3,8 @@ import react from "@vitejs/plugin-react-swc";
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [react()] plugins: [react()],
server: {
port: 3000
}
}); });