fix(docker,nix): add missing @atbb/logger package to build configs (#60)
* style(web): make board cards full-width on all screen sizes
Remove responsive grid overrides so boards stack in a single column
at every viewport, freeing up horizontal space for future additions
like topic counts and latest-topic metadata.
* fix(docker,nix): add missing @atbb/logger package to build configs
The @atbb/logger package was added to the workspace but Dockerfile and
nix/package.nix were not updated to include it, causing the Docker build
to fail with missing @opentelemetry/* and hono modules.
Dockerfile: copy packages/logger/package.json in both builder and runtime
stages so pnpm installs its dependencies, and copy logger/dist in the
runtime stage so workspace symlinks resolve at runtime.
nix/package.nix: add packages/logger to the installPhase loop so the
built dist/ and node_modules/ are included in the Nix output derivation.
* set pnpmDeps hash to empty string for updates
* set pnpmDeps hash to the proper hash