TanStackT
TanStack17mo ago
3 replies
dead-brown

Is there a way to set vite.config.ts server.open option in Start?

https://vitejs.dev/config/server-options.html#server-open

Its a quality of life feature to automatically open the app in the browser on server start.

export default defineConfig({
plugins: [TanStackRouterVite(), react()],
server: {
open : true,
},
});
vitejs
Next Generation Frontend Tooling
Server Options
Was this page helpful?