open-saas/template/app/vite.config.ts
Martin Šošić 04553cd60c
All in dirs (#154)
* Split the project into template and opensaas-sh (demo app (diff) + docs).

* fix
2024-06-04 13:24:32 +02:00

8 lines
103 B
TypeScript

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