chore(vite): change dev server port to 3001

main
sp mac bookpro 2605 2026-05-24 22:07:22 +08:00
parent d336ea50af
commit 6ad12d8ad9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export default defineConfig(({ mode }) => {
return { return {
plugins: [react()], plugins: [react()],
server: { server: {
port: 3000, port: 3001,
proxy: { proxy: {
'/api': { '/api': {
target, target,