petit responsive ++ correction editeur de texte
This commit is contained in:
5
.next/types/routes.d.ts
vendored
5
.next/types/routes.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
// This file is generated automatically by Next.js
|
||||
// Do not edit this file manually
|
||||
|
||||
type AppRoutes = "/" | "/checkout" | "/dashboard" | "/features" | "/login" | "/pricing" | "/profile" | "/project/[id]" | "/project/[id]/ideas" | "/project/[id]/settings" | "/project/[id]/workflow" | "/project/[id]/world" | "/signup"
|
||||
type AppRoutes = "/" | "/cgu" | "/cgv" | "/checkout" | "/dashboard" | "/features" | "/login" | "/pricing" | "/profile" | "/project/[id]" | "/project/[id]/ideas" | "/project/[id]/settings" | "/project/[id]/workflow" | "/project/[id]/world" | "/signup" | "/sitemap"
|
||||
type AppRouteHandlerRoutes = "/api/ai/generate" | "/api/ai/transform" | "/api/auth/[...nextauth]" | "/api/auth/register" | "/api/chapters" | "/api/chapters/[id]" | "/api/entities" | "/api/entities/[id]" | "/api/ideas" | "/api/ideas/[id]" | "/api/plans" | "/api/projects" | "/api/projects/[id]" | "/api/projects/[id]/workflow" | "/api/user/profile"
|
||||
type PageRoutes = never
|
||||
type LayoutRoutes = "/" | "/project/[id]"
|
||||
@@ -27,6 +27,8 @@ interface ParamMap {
|
||||
"/api/projects/[id]": { "id": string; }
|
||||
"/api/projects/[id]/workflow": { "id": string; }
|
||||
"/api/user/profile": {}
|
||||
"/cgu": {}
|
||||
"/cgv": {}
|
||||
"/checkout": {}
|
||||
"/dashboard": {}
|
||||
"/features": {}
|
||||
@@ -39,6 +41,7 @@ interface ParamMap {
|
||||
"/project/[id]/workflow": { "id": string; }
|
||||
"/project/[id]/world": { "id": string; }
|
||||
"/signup": {}
|
||||
"/sitemap": {}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user