mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
fix(vite) : Update vite.mdx (#3369)
This commit is contained in:
committed by
GitHub
parent
fdd8658327
commit
995c59ed1a
@@ -117,7 +117,8 @@ This guide is accurate as of Vite 5.4.8.
|
||||
// prevent vite from obscuring rust errors
|
||||
clearScreen: false,
|
||||
server: {
|
||||
port: 1420,
|
||||
// make sure this port matches the devUrl port in tauri.conf.json file
|
||||
port: 5173,
|
||||
// Tauri expects a fixed port, fail if that port is not available
|
||||
strictPort: true,
|
||||
// if the host Tauri is expecting is set, use it
|
||||
|
||||
Reference in New Issue
Block a user