chore(codegen): generate json database in www/data

This commit is contained in:
Rachel Powers
2024-05-28 13:56:22 -07:00
parent 7efcec9194
commit e4167efc20
7 changed files with 62740 additions and 179642 deletions

View File

@@ -186,7 +186,7 @@ pub fn generate_database(
circuit_holders,
};
let data_path = workspace.join("data");
let data_path = workspace.join("www").join("data");
if !data_path.exists() {
std::fs::create_dir(&data_path)?;
}