Skip to content

Commit

Permalink
config change
Browse files Browse the repository at this point in the history
  • Loading branch information
neb0lle committed Feb 12, 2025
1 parent 614e779 commit 9db9755
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ import { defineConfig } from "vite";

export default defineConfig({
plugins: [glsl()],
server: {
host: '0.0.0.0',
port: 5173,
strictPort: true,
},
});

0 comments on commit 9db9755

Please sign in to comment.