[v2] Support "frontend:dev" command

This commit is contained in:
Lea Anthony
2021-10-03 21:29:59 +11:00
parent 1b28f69236
commit 27f8df2b31
2 changed files with 36 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ type Project struct {
BuildCommand string `json:"frontend:build"`
InstallCommand string `json:"frontend:install"`
DevCommand string `json:"frontend:dev"`
// Directory to generate the API Module
WailsJSDir string `json:"wailsjsdir"`