72 lines
2.3 KiB
Plaintext
72 lines
2.3 KiB
Plaintext
|
|
> plumeia@0.1.0 build
|
|
> npx prisma generate && next build
|
|
|
|
[dotenv@17.3.1] injecting env (4) from .env -- tip: ⚙️ load multiple .env files with { path: ['.env.local', '.env'] }
|
|
[dotenv@17.3.1] injecting env (0) from .env.local -- tip: 🔐 prevent committing .env to code: https://dotenvx.com/precommit
|
|
Loaded Prisma config from prisma.config.ts.
|
|
|
|
Prisma schema loaded from prisma\schema.prisma.
|
|
|
|
✔ Generated Prisma Client (v7.4.1) to .\node_modules\@prisma\client in 77ms
|
|
|
|
Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
|
|
|
|
|
|
⚠ Warning: Next.js inferred your workspace root, but it may not be correct.
|
|
We detected multiple lockfiles and selected the directory of C:\Users\streaper2\package-lock.json as the root directory.
|
|
To silence this warning, set `turbopack.root` in your Next.js config, or consider removing one of the lockfiles if it's not needed.
|
|
See https://nextjs.org/docs/app/api-reference/config/next-config-js/turbopack#root-directory for more information.
|
|
Detected additional lockfiles:
|
|
* C:\Users\streaper2\Documents\00 - projet\plumeia\package-lock.json
|
|
|
|
▲ Next.js 16.1.6 (Turbopack)
|
|
- Environments: .env
|
|
|
|
Creating an optimized production build ...
|
|
✓ Compiled successfully in 1233.5ms
|
|
Skipping validation of types
|
|
Collecting page data using 31 workers ...
|
|
Generating static pages using 31 workers (0/10) ...
|
|
Generating static pages using 31 workers (2/10)
|
|
Generating static pages using 31 workers (4/10)
|
|
Generating static pages using 31 workers (7/10)
|
|
✓ Generating static pages using 31 workers (10/10) in 348.2ms
|
|
Finalizing page optimization ...
|
|
|
|
Route (app)
|
|
┌ ○ /
|
|
├ ○ /_not-found
|
|
├ ƒ /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
|
|
├ ○ /checkout
|
|
├ ○ /dashboard
|
|
├ ○ /features
|
|
├ ○ /login
|
|
├ ○ /pricing
|
|
├ ○ /profile
|
|
├ ƒ /project/[id]
|
|
├ ƒ /project/[id]/ideas
|
|
├ ƒ /project/[id]/settings
|
|
├ ƒ /project/[id]/workflow
|
|
├ ƒ /project/[id]/world
|
|
└ ○ /signup
|
|
|
|
|
|
○ (Static) prerendered as static content
|
|
ƒ (Dynamic) server-rendered on demand
|
|
|