We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd8658 commit 995c59eCopy full SHA for 995c59e
src/content/docs/start/frontend/vite.mdx
@@ -117,7 +117,8 @@ This guide is accurate as of Vite 5.4.8.
117
// prevent vite from obscuring rust errors
118
clearScreen: false,
119
server: {
120
- port: 1420,
+ // make sure this port matches the devUrl port in tauri.conf.json file
121
+ port: 5173,
122
// Tauri expects a fixed port, fail if that port is not available
123
strictPort: true,
124
// if the host Tauri is expecting is set, use it
0 commit comments