rqbit/crates/librqbit/webui/vite.config.ts
2023-11-24 21:45:38 +00:00

13 lines
185 B
TypeScript

import { defineConfig } from 'vite';
// https://vitejs.dev/config/
export default defineConfig({
// plugins: [react()],
server: {
port: 3031
},
build: {
manifest: true
}
});