add fields Tags to ProjectOptions

This commit is contained in:
Altynbek
2020-10-21 01:32:07 +06:00
committed by Lea Anthony
parent ef4d9ae97c
commit d7f2d800de

View File

@@ -151,6 +151,7 @@ type ProjectOptions struct {
Template string `json:"-"`
BinaryName string `json:"binaryname"`
FrontEnd *frontend `json:"frontend,omitempty"`
Tags string `json:"tags"`
NPMProjectName string `json:"-"`
system *SystemHelper
log *Logger