Sửa lỗi backend để chạy phần đăng ký
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react';
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
port: 3002,
|
||||
strictPort: true,
|
||||
host: true,
|
||||
},
|
||||
});
|
||||
//# sourceMappingURL=vite.config.js.map
|
||||
Reference in New Issue
Block a user