.next
├── app-build-manifest.json
├── app-path-routes-manifest.json
├── BUILD_ID
├── build-manifest.json
├── cache
│   ├── next-devtools-config.json
│   ├── swc
│   │   └── plugins
│   │       └── linux_x86_64_18.0.0
│   └── webpack
│       ├── client-development
│       │   ├── 0.pack.gz
│       │   ├── 1.pack.gz
│       │   ├── index.pack.gz
│       │   └── index.pack.gz.old
│       ├── client-production
│       │   ├── 0.pack
│       │   ├── 1.pack
│       │   ├── 2.pack
│       │   ├── index.pack
│       │   └── index.pack.old
│       ├── edge-server-production
│       │   ├── 0.pack
│       │   └── index.pack
│       ├── server-development
│       │   ├── 0.pack.gz
│       │   └── index.pack.gz
│       └── server-production
│           ├── 0.pack
│           └── index.pack
├── diagnostics
│   ├── build-diagnostics.json
│   └── framework.json
├── export-marker.json
├── images-manifest.json
├── next-minimal-server.js.nft.json
├── next-server.js.nft.json
├── package.json
├── prerender-manifest.json
├── react-loadable-manifest.json
├── required-server-files.json
├── routes-manifest.json
├── server
│   ├── app
│   │   ├── index.html
│   │   ├── index.meta
│   │   ├── index.rsc
│   │   ├── _not-found
│   │   │   ├── page_client-reference-manifest.js
│   │   │   ├── page.js
│   │   │   └── page.js.nft.json
│   │   ├── _not-found.html
│   │   ├── _not-found.meta
│   │   ├── _not-found.rsc
│   │   ├── page_client-reference-manifest.js
│   │   ├── page.js
│   │   └── page.js.nft.json
│   ├── app-paths-manifest.json
│   ├── chunks
│   │   ├── 206.js
│   │   ├── 215.js
│   │   ├── 255.js
│   │   ├── 266.js
│   │   ├── 360.js
│   │   ├── 611.js
│   │   └── 941.js
│   ├── functions-config-manifest.json
│   ├── interception-route-rewrite-manifest.js
│   ├── middleware-build-manifest.js
│   ├── middleware-manifest.json
│   ├── middleware-react-loadable-manifest.js
│   ├── next-font-manifest.js
│   ├── next-font-manifest.json
│   ├── pages
│   │   ├── 404.html
│   │   ├── 500.html
│   │   ├── _app.js
│   │   ├── _app.js.nft.json
│   │   ├── _document.js
│   │   ├── _document.js.nft.json
│   │   ├── _error.js
│   │   └── _error.js.nft.json
│   ├── pages-manifest.json
│   ├── server-reference-manifest.js
│   ├── server-reference-manifest.json
│   └── webpack-runtime.js
├── static
│   ├── chunks
│   │   ├── 164f4fb6.c35e0df649f0ba24.js
│   │   ├── 199.62f4747ac94d18d9.js
│   │   ├── 255-c668c26c652381ac.js
│   │   ├── 271-acaaa8906480ab94.js
│   │   ├── 2f0b94e8.015daada98eb83e2.js
│   │   ├── 4bd1b696-409494caf8c83275.js
│   │   ├── 692.065fe5dac99a59f1.js
│   │   ├── 784.01205d971b3a7a10.js
│   │   ├── 827.39d504a19d9a48cf.js
│   │   ├── 849-14cd836ad1cd0df0.js
│   │   ├── 931.6eca609463d35288.js
│   │   ├── ad2866b8.635304a38afc0b68.js
│   │   ├── app
│   │   │   ├── layout-c2939f3743baa9db.js
│   │   │   ├── _not-found
│   │   │   │   └── page-038f0819ca74cf2c.js
│   │   │   └── page-1f5ef9d0fb27dfb5.js
│   │   ├── bc98253f.d6fc8a0138855acd.js
│   │   ├── framework-1ce91eb6f9ecda85.js
│   │   ├── main-0506eb07e6747703.js
│   │   ├── main-app-2d65d010c27fcd3a.js
│   │   ├── pages
│   │   │   ├── _app-5addca2b3b969fde.js
│   │   │   └── _error-022e4ac7bbb9914f.js
│   │   ├── polyfills-42372ed130431b0a.js
│   │   └── webpack-2215cfa98afdbea8.js
│   ├── css
│   │   ├── 31f483f37e7c0448.css
│   │   ├── 57bb7a017b9a6a2e.css
│   │   ├── 7ee71664c6fa60f8.css
│   │   └── d6fa8fb010508882.css
│   ├── exWaTnT6Cw44BZ2GUZbQv
│   │   ├── _buildManifest.js
│   │   └── _ssgManifest.js
│   └── media
│       ├── 19cfc7226ec3afaa-s.woff2
│       ├── 21350d82a1f187e9-s.woff2
│       ├── 8e9860b6e62d6359-s.woff2
│       ├── ba9851c3c22cd980-s.woff2
│       ├── c5fe6dc8356a8c31-s.woff2
│       ├── df0a9ae256c0569c-s.woff2
│       └── e4af272ccee01ff0-s.p.woff2
├── trace
└── types
    ├── app
    │   ├── layout.ts
    │   └── page.ts
    ├── cache-life.d.ts
    ├── package.json
    ├── routes.d.ts
    └── validator.ts

27 directories, 113 files
