Changeset 958bc89 for database/drizzle/util
- Timestamp:
- 12/29/25 04:34:44 (6 months ago)
- Branches:
- main
- Children:
- 41a2f81
- Parents:
- f46bf5c
- File:
-
- 1 edited
-
database/drizzle/util/componentFieldConfig.ts (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
database/drizzle/util/componentFieldConfig.ts
rf46bf5c r958bc89 66 66 67 67 export const requiredFields: Record<ComponentType, string[]> = { 68 cpu: ['socket', 'cores', 'threads', 'baseClock', ' tdp'],69 gpu: ['vram', ' tdp', 'chipset', 'length'],68 cpu: ['socket', 'cores', 'threads', 'baseClock', 'boostClock', 'tdp'], 69 gpu: ['vram', 'baseClock', 'boostClock', 'tdp', 'chipset', 'length'], 70 70 memory: ['type', 'speed', 'capacity', 'modules'], 71 71 storage: ['type', 'capacity', 'formFactor'],
Note:
See TracChangeset
for help on using the changeset viewer.
