wasp/examples/websockets-realtime-voting/vite.config.ts
Martin Šošić 0707b77f89
Migrated examples/websockets-realtime-voting to 0.12. (#1771)
* Migrated examples/websockets-realtime-voting to 0.12.

* fix
2024-02-19 10:27:31 +01:00

8 lines
103 B
TypeScript

import { defineConfig } from 'vite'
export default defineConfig({
server: {
open: true,
},
})