Skip to content

Commit

Permalink
API upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
redx94 committed Dec 16, 2024
1 parent 5015652 commit ce9da5e
Show file tree
Hide file tree
Showing 30 changed files with 9 additions and 7,689 deletions.
1 change: 1 addition & 0 deletions .next/_events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"eventName":"NEXT_CLI_SESSION_STOPPED","payload":{"nextVersion":"14.2.20","nodeVersion":"v20.12.2","cliCommand":"dev","durationMilliseconds":36505,"turboFlag":false,"pagesDir":true,"appDir":false}}]
20 changes: 2 additions & 18 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,15 @@
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/react-refresh.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [],
"pages": {
"/": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/index.js"
],
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_app.js"
],
"/_error": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
]
"/_app": []
},
"ampFirstPages": []
}
Binary file not shown.
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz.old
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz.old
Binary file not shown.
20 changes: 2 additions & 18 deletions .next/server/middleware-build-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,12 @@ self.__BUILD_MANIFEST = {
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/react-refresh.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [],
"rootMainFiles": [],
"pages": {
"/": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/index.js"
],
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_app.js"
],
"/_error": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
]
"/_app": []
},
"ampFirstPages": []
};
Expand Down
7 changes: 1 addition & 6 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
{
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/": "pages/index.js"
}
{}
68 changes: 0 additions & 68 deletions .next/server/pages/_app.js

This file was deleted.

66 changes: 0 additions & 66 deletions .next/server/pages/_document.js

This file was deleted.

Loading

0 comments on commit ce9da5e

Please sign in to comment.