Restructure services

This commit is contained in:
Dominic Ferrando
2026-07-04 00:51:42 -04:00
parent 2eea7216d6
commit d042340c8b
4 changed files with 50 additions and 46 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ import {
type StandardUnit,
} from "@blade-and-brawn/domain";
import { levenbergMarquardt as LM } from "ml-levenberg-marquardt";
import defaultConfig from "./config.json" assert { type: "json" };
import defaultStandardsJson from "./data/default-standards.json" assert { type: "json" };
import defaultConfig from "./config.json" with { type: "json" };
import defaultStandardsJson from "./data/default-standards.json" with { type: "json" };
import { getAvgWeight } from "./avg-weights";
// SOURCES