astock-agent/frontend/.next/server/app-paths-manifest.json
2026-04-23 23:24:54 +08:00

8 lines
368 B
JSON

{
"/_not-found/page": "app/_not-found/page.js",
"/(auth)/dashboard/page": "app/(auth)/dashboard/page.js",
"/(auth)/recommendations/page": "app/(auth)/recommendations/page.js",
"/(auth)/settings/page": "app/(auth)/settings/page.js",
"/(auth)/stock/[code]/page": "app/(auth)/stock/[code]/page.js",
"/(auth)/watchlists/page": "app/(auth)/watchlists/page.js"
}