Skip to content

Commit

Permalink
Remove unused object from vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shivarm authored Apr 14, 2024
1 parent cfcafb5 commit eec7e0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions horreum-web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ export default defineConfig({
base: '/',
plugins: [react(), viteTsconfigPaths()],
server: {
// this ensures that the browser DOES NOT open upon server start
open: false,
// this sets a default port to 3000
port: 3000,

proxy: {
'^/api/.*': 'http://localhost:8080'
}
Expand Down

0 comments on commit eec7e0f

Please sign in to comment.