aboutsummaryrefslogtreecommitdiff
path: root/web/ui/vite.config.js
blob: 7c321dad1bca4f4a2f756e7d746e839a0aa972fb (plain)
1
2
3
4
5
6
7
8
9
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';

export default defineConfig({
  plugins: [sveltekit()],
  server: {
    port: 5174
  }
});