Default Platform for serve command

This commit is contained in:
Dario Emerson
2020-05-20 14:36:52 +02:00
committed by GitHub
parent a8ecc1e872
commit e860bd06ec

View File

@@ -35,6 +35,7 @@ func init() {
// Project options
projectOptions := &cmd.ProjectOptions{}
projectOptions.Verbose = verbose
projectOptions.Platform = runtime.GOOS
// Check we are in project directory
// Check project.json loads correctly