Set up reflex for make watch

This commit is contained in:
Benedikt Kulmann
2020-07-01 11:05:33 +02:00
parent 28e72bc5ad
commit f883c5bd0b
8 changed files with 57 additions and 46 deletions
+7
View File
@@ -84,5 +84,12 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
EnvVars: []string{"ACCOUNTS_DATA_PATH"},
Destination: &cfg.Server.AccountsDataPath,
},
&cli.StringFlag{
Name: "asset-path",
Value: "",
Usage: "Path to custom assets",
EnvVars: []string{"HELLO_ASSET_PATH"},
Destination: &cfg.Asset.Path,
},
}
}