## Issues encountered - `db:migrate` failed due to `device_info` table already existing in the local SQLite database. Resolved by using `db:push` which is suitable for dev environments. - `lsp_diagnostics` was not available, used `bun typecheck` (`tsc --noEmit`) instead.