Files
vildhjarta/vite.config.ts
T

3 lines
94 B
TypeScript
Raw Normal View History

import { defineConfig } from 'vite';
export default defineConfig({ server: { port: 5682 } });