pow verification

This commit is contained in:
realaravinth
2021-04-10 20:19:59 +05:30
parent e76dd8014c
commit 7777db477e
9 changed files with 173 additions and 27 deletions

View File

@@ -55,6 +55,5 @@ fn cache_bust() {
.build()
.unwrap();
config.init().unwrap();
config.hash().unwrap().to_env();
config.process().unwrap().to_env();
}