Skip to content

Commit

Permalink
Changed NextJS structure (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaufderheyde authored Mar 14, 2024
1 parent 5d3ca16 commit b89abde
Show file tree
Hide file tree
Showing 68 changed files with 8,435 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
15 changes: 15 additions & 0 deletions .next/app-build-manifest.json
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"
]
}
}
19 changes: 19 additions & 0 deletions .next/build-manifest.json
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": []
}
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 not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-development/0.pack.gz
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"}
1 change: 1 addition & 0 deletions .next/react-loadable-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
4 changes: 4 additions & 0 deletions .next/server/app-paths-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"/page": "app/page.js",
"/favicon.ico/route": "app/favicon.ico/route.js"
}
56 changes: 56 additions & 0 deletions .next/server/app/favicon.ico/route.js

Large diffs are not rendered by default.

220 changes: 220 additions & 0 deletions .next/server/app/page.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .next/server/app/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 .next/server/middleware-build-manifest.js

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

6 changes: 6 additions & 0 deletions .next/server/middleware-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sortedMiddleware": [],
"middleware": {},
"functions": {},
"version": 2
}
1 change: 1 addition & 0 deletions .next/server/middleware-react-loadable-manifest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
self.__REACT_LOADABLE_MANIFEST="{}"
1 change: 1 addition & 0 deletions .next/server/next-font-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 .next/server/next-font-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"pages":{},"app":{"/Users/marcaufderheyde/Documents/Projects/cannabisclubsberlin.com/app/layout":["static/media/c9a5bc6a7c948fb0-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}
1 change: 1 addition & 0 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .next/server/server-reference-manifest.js

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

5 changes: 5 additions & 0 deletions .next/server/server-reference-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"node": {},
"edge": {},
"encryptionKey": "M63nlHm2hWBMXXBvDV9Ccp9OnwsZQqqtX1vnC7pX/3Y="
}
Loading

0 comments on commit b89abde

Please sign in to comment.