Skip to content

Commit

Permalink
Patch vite
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Jan 25, 2025
1 parent 998038f commit 00bc541
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export default defineConfig(() => {
protocol: 'ws',
port: 1001,
host: 'localhost'
}
},
allowedHosts: ['.ngrok.app']
},
base: process?.env?.PUBLIC_URL ? process.env.PUBLIC_URL : '/static/app/',
optimizeDeps: {},
Expand Down

0 comments on commit 00bc541

Please sign in to comment.