Project cleanup and reorganization

This commit is contained in:
adilallo
2026-01-26 15:41:25 -07:00
parent f513aecacc
commit 94a7922b30
24 changed files with 83 additions and 420 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const { execSync } = require("child_process");
const fs = require("fs");
const path = require("path");
const PERFORMANCE_BUDGETS = require("../performance-budgets.json");
const PERFORMANCE_BUDGETS = require("../config/performance-budgets.json");
const MONITORING_DIR = path.join(__dirname, "..", ".next", "monitoring");
class PerformanceMonitor {