mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 22:54:42 +02:00
Minimal Idaho basemap via local PMTiles extract from Protomaps daily build (20260419). Deployed to /mnt/nav/frontend/ via rsync, served by nginx on :8440 as navi.echo6.co. Phase 3 Step 1 of Navi frontend. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
export default {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|