Skip to content

Commit

Permalink
[configgen] remove all-configs.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SharzyL committed May 14, 2024
1 parent c520d26 commit d39d290
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions configgen/all-configs.json

This file was deleted.

5 changes: 0 additions & 5 deletions configgen/src/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ object Main {
println(s"""${BOLD}${MAGENTA_B} ${configgen.getName()} ${RESET}
| ${param.toString()}""".stripMargin)
})

os.write.over(
projectDir / "configgen" / "all-configs.json",
upickle.default.write(Map("configs" -> declaredMethods.map(_.getName()).sorted))
)
}

@main def updateConfigs(
Expand Down

0 comments on commit d39d290

Please sign in to comment.