tg-bot/frontend/vite.config.js
2025-12-04 09:52:39 +08:00

11 lines
164 B
JavaScript

import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue';
export default defineConfig({
server: {
port: 5173,
},
plugins: [vue()],
});