Skip to content

Commit

Permalink
build: use default port for frontend dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mader committed Jan 5, 2025
1 parent b08a644 commit f00850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unime/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
clearScreen: false,
server: {
host: host || false,
port: 1420,
port: 4173,
strictPort: true,
hmr: host
? {
Expand Down

0 comments on commit f00850b

Please sign in to comment.