diff --git a/realize/config.go b/realize/config.go index 41eff55..0331847 100644 --- a/realize/config.go +++ b/realize/config.go @@ -36,7 +36,6 @@ type Project struct { Build bool `yaml:"app_build,omitempty"` Main string `yaml:"app_main,omitempty"` Watcher Watcher `yaml:"app_watcher,omitempty"` - updatedAt time.Time } type Watcher struct{