mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-21 11:29:29 +08:00
![]() - added `devFlags` data structure for managing flags - created `defaultDevFlags()` for generating default `devFlags` struct - created `loadAndMergeProjectConfig()` to consolidate wails.json interaction - re-arranged some variable creation and logic to put related pieces together - consolidated `frontend:dev` handling to `runFrontendDevCommand()` - added `generateBuildOptions()` for readability - removed unused `passthruArgs` slice - consolidated `restartApp()` call signature, removed unused `firstRun` argument - fixed browser open option still using hard-coded default value, switched to recently added const `defaultDevServerURL` - removed unnecessary `projectDir` variable (it's identical to `cwd` variable) - consolidated watcher init to `initialiseWatcher()` which returns a deferable closer - moved the main watch loop to `doWatcherLoop()` - moved new deBounce flag handling to `loadAndMergeProjectConfig()` |
||
---|---|---|
.. | ||
wails |