This commit is contained in:
2026-05-28 22:53:07 +08:00
parent d295fc6f00
commit c13f9bc21f
51 changed files with 8761 additions and 300 deletions
+6 -2
View File
@@ -1,7 +1,11 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
server: {
port: 3000, // <--- СТАВИМ ПОРТ 3000
host: true
}
})