Add open: true to Vite dev server config
This commit is contained in:
parent
89661dafcc
commit
280b3b0762
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user