Add open: true to Vite dev server config

This commit is contained in:
Oliver Hofmann 2026-04-29 17:13:14 +02:00
parent 89661dafcc
commit 280b3b0762

View File

@ -5,6 +5,7 @@ export default defineConfig({
plugins: [react()],
clearScreen: false,
server: {
open: true,
proxy: {
'/api/api-keys': 'http://localhost:8001',
'/api/settings': 'http://localhost:8001',