初始提交:代码可视化分析工具(CLI 分析器 + Web 可视化 + 设计文档)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
port: 5300,
|
||||
open: true,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user