rtrips-online/prisma/migrations
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
..
0001_init Add initial Prisma migration 2026-02-13 12:24:53 -07:00
20260324_add_route_segments chore: add RouteSegment migration SQL 2026-03-24 12:34:37 -07:00
20260324000000_add_route_segments fix: move maplibre-gl CSS to layout to fix Next.js webpack build 2026-03-24 12:47:23 -07:00
migration_lock.toml Add initial Prisma migration 2026-02-13 12:24:53 -07:00