restructure folders

This commit is contained in:
Dominic Ferrando
2025-09-03 19:28:12 -04:00
parent 1219807557
commit ec26e961dc
24 changed files with 7 additions and 6925 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import { activities, Activity, Attribute, attributes, BenchmarkPerformance, findNearestPoints, Gender, getActivityAttribute, kgToLb, Levels, msToTime, StandardsItem } from "./util";
import rawStandards from "./standards.json" assert { type: "json" }
import { which } from "bun";
import rawStandards from "./data/standards.json" assert { type: "json" }
const standards = rawStandards as StandardsItem[];