Skip to content

Commit

Permalink
fix: set vite server port to 5000 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
WhisperingShadows authored Aug 13, 2024
1 parent 2fedcf3 commit 9bbf194
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 @@ -26,5 +26,8 @@ export default defineConfig({
'react/jsx-runtime': 'preact/jsx-runtime'
}
},
server: {
port: 5000,
},
plugins: [preact()]
});

0 comments on commit 9bbf194

Please sign in to comment.