chore: fix build errors and lint warnings from devices/admin implementation

- Fix setRole type error (cast to admin-accepted role type)
- Fix OG image edge runtime → nodejs (Drizzle needs Node.js)
- Fix eslint set-state-in-effect warnings
- Fix img → next/image in admin users client
- Remove unused eslint-disable directives
This commit is contained in:
2026-04-27 22:22:52 +08:00
parent cfb5940f3c
commit 647a26db94
4 changed files with 9 additions and 4 deletions
@@ -66,6 +66,7 @@ export function HardwareClient() {
}
useEffect(() => {
// eslint-disable-next-line react-hooks/set-state-in-effect
fetchDevices()
}, [])