AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 html-video
vite.config.ts
根目录
/
packages
/
studio-next
/
vite.config.ts
1
import { defineConfig } from 'vite';
2
import react from '@vitejs/plugin-react';
3
4
export default defineConfig({
5
plugins: [react()],
6
server: { port: 3072, host: '127.0.0.1' },
7
});
8
8 lines
TYPESCRIPT