Files
hermes-mobile/apps/mobile/vite.config.ts
T
2026-07-09 04:19:23 +00:00

10 lines
169 B
TypeScript

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