Files
ffmpeg-gui/frontend/vite.config.ts
T

10 lines
160 B
TypeScript
Raw Permalink Normal View History

2026-07-29 02:17:57 +08:00
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
server: {
port: 5173,
},
})