mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-04 17:18:56 +03:00
b7a2ce2c63
* feat(cli): add --dev-server-port, closes #6186 * add http:// prefix * name it to `--port` * rename in all places
160 B
160 B
cli.rs |
---|
patch |
Add --port
to specify the port used for static files dev server. It can also be specified through TAURI_DEV_SERVER_PORT
env var.