mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
277 B
277 B
cli.rs |
---|
patch |
Infer app name
and window title
from package.json > productName
or package.json > name
.
Infer distDir
and devPath
by reading the package.json and trying to determine the UI framework (Vue.js, Angular, React, Svelte and some UI frameworks).