mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
feat(examples/api): use strict port (#5013)
This commit is contained in:
@@ -18,6 +18,8 @@ export default defineConfig(async ({ command, mode }) => {
|
||||
}
|
||||
},
|
||||
server: {
|
||||
port: 5173,
|
||||
strictPort: true,
|
||||
hmr: {
|
||||
host,
|
||||
port: 5183
|
||||
|
||||
Reference in New Issue
Block a user