Deep_Research_Agent / frontend /vite.config.ts
pikamomo's picture
Initial deployment
a60c0af
raw
history blame contribute delete
161 Bytes
import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue";
export default defineConfig({
plugins: [vue()],
server: {
port: 5174
}
});