Default Platform for serve command

This commit is contained in:
Dario Emerson 2020-05-20 14:36:52 +02:00 committed by GitHub
commit e860bd06ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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