- Add /api-dashboard page with API connection status, env var checker, pipeline flow diagram, and cost estimator - Add 15 new filled SVG icons (Shield, Database, Server, Bolt, Eye, Copy, Check, Cross, Warning, Refresh, Flow, Coin, LinkExternal etc.) - Follow INFINITH design system: no emoji, no line icons, semantic status colors, diagonal shadows, brand gradients, font-serif headings - Improve Vision Analysis with base64 encoding fix - Add SectionErrorBoundary for graceful section-level error handling - Add Google Places API utility (prepared for future migration) - Fix Edge Function auth headers and report generation pipeline Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
25 lines
390 B
JSON
25 lines
390 B
JSON
{
|
|
"deno.enablePaths": [
|
|
"supabase/functions"
|
|
],
|
|
"deno.lint": true,
|
|
"deno.unstable": [
|
|
"bare-node-builtins",
|
|
"byonm",
|
|
"sloppy-imports",
|
|
"unsafe-proto",
|
|
"webgpu",
|
|
"broadcast-channel",
|
|
"worker-options",
|
|
"cron",
|
|
"kv",
|
|
"ffi",
|
|
"fs",
|
|
"http",
|
|
"net"
|
|
],
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "denoland.vscode-deno"
|
|
}
|
|
}
|