Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.next/

# Logs
logs
*.log
Expand Down
9 changes: 9 additions & 0 deletions .next/app-build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"pages": {
"/_not-found/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/_not-found/page.js"
]
}
}
20 changes: 20 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [
"static/chunks/webpack.js",
"static/chunks/main-app.js"
],
"rootMainFilesTree": {},
"pages": {
"/_app": []
},
"ampFirstPages": []
}
1 change: 1 addition & 0 deletions .next/cache/.rscinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"encryption.key":"FWDef9eXoRgm7s/YlIvz46qV+e0DnrSA5lcI55Ql1lY=","encryption.expire_at":1745959209276}
Binary file added .next/cache/webpack/client-development/0.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/3.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/4.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/5.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/6.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/7.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/8.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/9.pack.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/10.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/11.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/12.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/13.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/14.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/2.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/3.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/4.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/5.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/6.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/7.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/8.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/9.pack.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions .next/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "commonjs"}
8 changes: 8 additions & 0 deletions .next/react-loadable-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"..\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\utils\\use-websocket.js -> @vercel/turbopack-ecmascript-runtime/browser/dev/hmr-client/hmr-client.ts": {
"id": "..\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\utils\\use-websocket.js -> @vercel/turbopack-ecmascript-runtime/browser/dev/hmr-client/hmr-client.ts",
"files": [
"static/chunks/_app-pages-browser_node_modules_next_dist_client_dev_noop-turbopack-hmr_js.js"
]
}
}
3 changes: 3 additions & 0 deletions .next/server/app-paths-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"/_not-found/page": "app/_not-found/page.js"
}
122 changes: 122 additions & 0 deletions .next/server/app/_not-found/page.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading