Disable opening tab with vite open-saas
When I try to run open-saas it is automatically trying to open a browser. How do I disable it that option because I'm running it in a headless server.
3 Replies
nvm looks like I can run
Also found this guide https://wasp-lang.dev/docs/project/custom-vite-config
Custom Vite Config | Wasp
Wasp uses Vite for serving the client during development and bundling it for production. If you want to customize the Vite config, you can do that by editing the vite.config.ts file in your src/client directory.
cool! glad you figured it out @hyes 🙂
closing this issue for now 🙂