Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions apps/api/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,6 @@ model SystemConfig {
masterHost String? // IP of master node
masterPort Int? // Port of master node
masterApiKey String? // API key to connect to master
syncInterval Int @default(60) // Sync interval in seconds (for slave mode)
lastSyncHash String? // Hash of last synced config (for change detection)

// Connection status (for slave mode)
connected Boolean @default(false)
Expand Down
362 changes: 0 additions & 362 deletions apps/api/src/controllers/performance.controller.ts.bak

This file was deleted.

3 changes: 3 additions & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"embla-carousel-react": "^8.6.0",
"i18next": "^25.5.3",
"input-otp": "^1.4.2",
"js-cookie": "^3.0.5",
"lucide-react": "^0.544.0",
"next-themes": "^0.4.6",
"nuqs": "^2.7.0",
Expand All @@ -61,6 +62,7 @@
"react-i18next": "^16.0.0",
"react-is": "^19.2.0",
"react-resizable-panels": "^3.0.6",
"react-use": "^17.6.0",
"recharts": "^2.15.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
Expand All @@ -74,6 +76,7 @@
"@tailwindcss/vite": "^4.1.14",
"@tanstack/react-router-devtools": "^1.132.33",
"@tanstack/router-plugin": "^1.132.33",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.6.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
Expand Down
Loading