Commit Graph

4 Commits

Author SHA1 Message Date
Jeff Emmett 62945fc3a8 chore: remove duplicate migration directory
Keep 20260324_add_route_segments, remove the timestamped duplicate
20260324000000_add_route_segments that was accidentally added.
DB migration record updated to match the canonical name.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 12:48:57 -07:00
Jeff Emmett 611400c3d6 fix: move maplibre-gl CSS to layout to fix Next.js webpack build
The maplibre-gl webpack alias in next.config.mjs was intercepting CSS
sub-path imports, causing 'Module not found' for maplibre-gl/dist/maplibre-gl.css.
Removed the alias entirely (not needed for Next.js 14) and moved the CSS
import to layout.tsx so it resolves directly from node_modules.

Also adds the prisma migration file for RouteSegment table
(20260324000000_add_route_segments).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 12:47:23 -07:00
Jeff Emmett bd3413d186 chore: add RouteSegment migration SQL
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 12:34:37 -07:00
Jeff Emmett b90e1fc9cd Add initial Prisma migration
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 12:24:53 -07:00