Files
predavanja/Events-WebApi/Events.ClientApp/vite.config.ts
2026-05-10 23:39:55 +02:00

10 lines
161 B
TypeScript

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