correction bible du mande (store update temps reel)

This commit is contained in:
2026-02-27 23:23:43 +01:00
parent 23560ac9c3
commit 5268a7dd68
40 changed files with 1303 additions and 489 deletions

View File

@@ -1,11 +1,12 @@
{
"/api/ai/generate/route": "app/api/ai/generate/route.js",
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
"/api/entities/route": "app/api/entities/route.js",
"/api/projects/[id]/route": "app/api/projects/[id]/route.js",
"/api/projects/route": "app/api/projects/route.js",
"/api/user/profile/route": "app/api/user/profile/route.js",
"/dashboard/page": "app/dashboard/page.js",
"/login/page": "app/login/page.js",
"/page": "app/page.js",
"/project/[id]/page": "app/project/[id]/page.js"
"/project/[id]/page": "app/project/[id]/page.js",
"/project/[id]/world/page": "app/project/[id]/world/page.js"
}