Skip to content

Commit

Permalink
Add TypeScript dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy-Rich committed Sep 13, 2024
1 parent bd1e69f commit 238893a
Show file tree
Hide file tree
Showing 77 changed files with 6,439 additions and 10 deletions.
25 changes: 25 additions & 0 deletions build/app-build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"pages": {
"/_not-found/page": [
"static/chunks/webpack-100b9e646d9c912e.js",
"static/chunks/fd9d1056-2821b0f0cabcd8bd.js",
"static/chunks/23-df62406fd8df4a89.js",
"static/chunks/main-app-6e32a935df8fe284.js",
"static/chunks/app/_not-found/page-05886c10710171db.js"
],
"/layout": [
"static/chunks/webpack-100b9e646d9c912e.js",
"static/chunks/fd9d1056-2821b0f0cabcd8bd.js",
"static/chunks/23-df62406fd8df4a89.js",
"static/chunks/main-app-6e32a935df8fe284.js",
"static/chunks/app/layout-6e244a27659366a7.js"
],
"/page": [
"static/chunks/webpack-100b9e646d9c912e.js",
"static/chunks/fd9d1056-2821b0f0cabcd8bd.js",
"static/chunks/23-df62406fd8df4a89.js",
"static/chunks/main-app-6e32a935df8fe284.js",
"static/chunks/app/page-df5bb186a7a8fc2e.js"
]
}
}
32 changes: 32 additions & 0 deletions build/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"polyfillFiles": [
"static/chunks/polyfills-78c92fac7aa8fdd8.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/KsmGRLJj6N4nNM0PBDQKE/_buildManifest.js",
"static/KsmGRLJj6N4nNM0PBDQKE/_ssgManifest.js"
],
"rootMainFiles": [
"static/chunks/webpack-100b9e646d9c912e.js",
"static/chunks/fd9d1056-2821b0f0cabcd8bd.js",
"static/chunks/23-df62406fd8df4a89.js",
"static/chunks/main-app-6e32a935df8fe284.js"
],
"pages": {
"/_app": [
"static/chunks/webpack-100b9e646d9c912e.js",
"static/chunks/framework-f66176bb897dc684.js",
"static/chunks/main-03670a63971eac29.js",
"static/chunks/pages/_app-6a626577ffa902a4.js"
],
"/_error": [
"static/chunks/webpack-100b9e646d9c912e.js",
"static/chunks/framework-f66176bb897dc684.js",
"static/chunks/main-03670a63971eac29.js",
"static/chunks/pages/_error-1be831200e60c5c0.js"
]
},
"ampFirstPages": []
}
1 change: 1 addition & 0 deletions build/cache/.tsbuildinfo

Large diffs are not rendered by default.

Binary file added build/cache/webpack/client-production/0.pack
Binary file not shown.
Binary file added build/cache/webpack/client-production/index.pack
Binary file not shown.
Binary file added build/cache/webpack/edge-server-production/0.pack
Binary file not shown.
Binary file not shown.
Binary file added build/cache/webpack/server-production/0.pack
Binary file not shown.
Binary file added build/cache/webpack/server-production/index.pack
Binary file not shown.
1 change: 1 addition & 0 deletions build/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "commonjs"}
1 change: 1 addition & 0 deletions build/react-loadable-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions build/routes-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":3,"pages404":true,"caseSensitive":false,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/_not-found","regex":"^/_not\\-found(?:/)?$","routeKeys":{},"namedRegex":"^/_not\\-found(?:/)?$"}],"dataRoutes":[],"rsc":{"header":"RSC","varyHeader":"RSC, Next-Router-State-Tree, Next-Router-Prefetch","prefetchHeader":"Next-Router-Prefetch","didPostponeHeader":"x-nextjs-postponed","contentTypeHeader":"text/x-component","suffix":".rsc","prefetchSuffix":".prefetch.rsc"},"rewrites":[]}
4 changes: 4 additions & 0 deletions build/server/app-paths-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/page": "app/page.js"
}
1 change: 1 addition & 0 deletions build/server/app/_not-found/page.js

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

1 change: 1 addition & 0 deletions build/server/app/_not-found/page.js.nft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1,"files":["../../webpack-runtime.js","../../chunks/934.js","page_client-reference-manifest.js"]}

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

1 change: 1 addition & 0 deletions build/server/app/page.js

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

1 change: 1 addition & 0 deletions build/server/app/page.js.nft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1,"files":["../webpack-runtime.js","../chunks/934.js","page_client-reference-manifest.js"]}
1 change: 1 addition & 0 deletions build/server/app/page_client-reference-manifest.js

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

Loading

0 comments on commit 238893a

Please sign in to comment.