First step to bridge support

This commit is contained in:
Lea Anthony
2021-02-06 21:50:21 +11:00
parent 8dfd206aa9
commit e4b03f510b
6 changed files with 332 additions and 36 deletions

View File

@@ -86,6 +86,8 @@ func Build(options *Options) (string, error) {
builder = newHybridBuilder(options)
case "server":
builder = newServerBuilder(options)
case "dev":
builder = newDesktopBuilder(options)
default:
return "", fmt.Errorf("cannot build assets for output type %s", projectData.OutputType)
}