astock-agent/frontend/.next/server/app-paths-manifest.json
2026-04-22 11:02:19 +08:00

8 lines
326 B
JSON

{
"/_not-found/page": "app/_not-found/page.js",
"/(auth)/dashboard/page": "app/(auth)/dashboard/page.js",
"/(auth)/stock/[code]/page": "app/(auth)/stock/[code]/page.js",
"/(auth)/chat/page": "app/(auth)/chat/page.js",
"/(public)/login/page": "app/(public)/login/page.js",
"/(public)/page": "app/(public)/page.js"
}