Skip to content

Commit

Permalink
Auto open app (#1294)
Browse files Browse the repository at this point in the history
* Automatically open the app in the browser on server start

* host flag added for server ip binding

* Revert "host flag added for server ip binding"

This reverts commit 8dd3cfc.
  • Loading branch information
itsbhatt authored Jun 24, 2024
1 parent 5e3ecda commit ed1011d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ export default defineConfig({
optimizeDeps: {
include: ["browser-image-resizer", "uuid", "@xenova/transformers"],
},
server: {
open: "/",
},
});

0 comments on commit ed1011d

Please sign in to comment.