Skip to content

Commit

Permalink
Merge pull request #18 from rudyorre/chore/refactor
Browse files Browse the repository at this point in the history
Chore/refactor
  • Loading branch information
rudyorre authored Dec 31, 2023
2 parents f440bec + fc918d7 commit 6690b45
Show file tree
Hide file tree
Showing 204 changed files with 35,939 additions and 4,725 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
.DS_Store
.next
node_modules

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
16 changes: 16 additions & 0 deletions .next-else/app-build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"pages": {
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/page.css",
"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-else/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 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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions .next-else/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "commonjs"}
1 change: 1 addition & 0 deletions .next-else/react-loadable-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 3 additions & 0 deletions .next-else/server/app-paths-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"/page": "app/page.js"
}
545 changes: 545 additions & 0 deletions .next-else/server/app/page.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .next-else/server/app/page_client-reference-manifest.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .next-else/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-else/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-else/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-else/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-else/server/next-font-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"pages":{},"app":{"/Users/rudyorre/rudyorre.com/src/app/layout":["static/media/c9a5bc6a7c948fb0-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}
1 change: 1 addition & 0 deletions .next-else/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .next-else/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-else/server/server-reference-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"node": {},
"edge": {},
"encryptionKey": "pjxVFymmDShATtgwGtxNNGEC0RZzhHQd7YTzmQ4R0ko="
}
45 changes: 45 additions & 0 deletions .next-else/server/vendor-chunks/@babel.js

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

75 changes: 75 additions & 0 deletions .next-else/server/vendor-chunks/@floating-ui.js

Large diffs are not rendered by default.

5,659 changes: 5,659 additions & 0 deletions .next-else/server/vendor-chunks/@mantine.js

Large diffs are not rendered by default.

Loading

0 comments on commit 6690b45

Please sign in to comment.