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 61c58aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unime/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"devUrl": "http://localhost:1420",
"devUrl": "http://localhost:4173",
"frontendDist": "../build"
},
"bundle": {
Expand Down
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 61c58aa

Please sign in to comment.