Skip to content

Commit

Permalink
Open browser on demo start
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlika committed Jan 10, 2024
1 parent 39117df commit e20a806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import react from "@vitejs/plugin-react";
import { nodePolyfills } from "vite-plugin-node-polyfills";

export default defineConfig({
server: { open: true, host: true },
plugins: [nodePolyfills(), react()],
});

0 comments on commit e20a806

Please sign in to comment.