mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-20 10:59:30 +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()` |
||
---|---|---|
.. | ||
cmd/wails | ||
internal | ||
pkg | ||
go.mod | ||
go.sum | ||
init_windows.go | ||
init.go | ||
NOTES.md | ||
README.md | ||
wails.go |
Wails v2 ALPHA
This branch contains WORK IN PROGRESS! There are no guarantees. Use at your peril!
This document will be updated as progress is made.