rtrips-online/prisma
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
..
migrations fix: move maplibre-gl CSS to layout to fix Next.js webpack build 2026-03-24 12:47:23 -07:00
schema.prisma feat: add route planning, accommodation search, and map tab 2026-03-24 12:31:39 -07:00
seed-demo.ts Add interactive demo with cross-service data via proxy routes 2026-02-15 09:05:35 -07:00