Skip to content

Commit

Permalink
chore: update sample apps
Browse files Browse the repository at this point in the history
  • Loading branch information
soartec-lab committed Aug 31, 2024
1 parent da01c36 commit 7a3644c
Show file tree
Hide file tree
Showing 79 changed files with 7,490 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"pages": {
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/page.js"
],
"/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/layout.css",
"static/chunks/app/layout.js"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"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"
],
"pages": {
"/_app": []
},
"ampFirstPages": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"telemetry": {
"notifiedAt": "1724468346088",
"anonymousId": "d3001233e2ec723a532ae336d9a33c5d80500b29bf2f19d5f7bedf42fc630d7f",
"salt": "1c4392691aa639569fb9f9c1c7f6954a"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"kind":"FETCH","data":{"headers":{"content-encoding":"gzip","content-type":"application/json; charset=UTF-8","transfer-encoding":"chunked"},"body":"W3siaWQiOjEsIm5hbWUiOiJkb2dnaWUiLCJ0YWciOiJkb2cifV0=","status":200,"url":"http://localhost:8787/pets"},"revalidate":31536000,"tags":[]}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "commonjs"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
231 changes: 231 additions & 0 deletions samples/hono/hono-with-fetch-client/next-app/.next/server/app/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.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
self.__INTERCEPTION_ROUTE_REWRITE_MANIFEST="[]"

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": 3,
"middleware": {},
"functions": {},
"sortedMiddleware": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
self.__REACT_LOADABLE_MANIFEST="{}"

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

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"pages":{},"app":{"/app/samples/hono/hono-with-fetch-client/next-app/app/layout":["static/media/a34f9d1faa5f3315-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"node": {},
"edge": {},
"encryptionKey": "JTG6rNDvVz/ENXKnwPVYcERnt8mUGGEp6TeQ0q8bwdk="
}
Loading

0 comments on commit 7a3644c

Please sign in to comment.