Skip to content

Commit

Permalink
updated roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezmca committed Mar 6, 2024
1 parent 75d0235 commit 9302cbb
Show file tree
Hide file tree
Showing 281 changed files with 907 additions and 10,583 deletions.
18 changes: 3 additions & 15 deletions .next/app-build-manifest.json
Original file line number Diff line number Diff line change
@@ -1,28 +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"
],
"/courses/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/courses/page.css",
"static/chunks/app/courses/page.js"
],
"/portfolio/page": [
"/coaching/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/portfolio/page.css",
"static/chunks/app/portfolio/page.js"
"static/css/app/coaching/page.css",
"static/chunks/app/coaching/page.js"
]
}
}
15 changes: 2 additions & 13 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/react-refresh.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
Expand All @@ -15,16 +13,7 @@
"static/chunks/main-app.js"
],
"pages": {
"/_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 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/10.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/11.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/12.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/13.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/3.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/4.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/5.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/6.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/7.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/8.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/9.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/10.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/2.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/3.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/4.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/5.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/6.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/7.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/8.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/9.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.
27 changes: 0 additions & 27 deletions .next/fallback-build-manifest.json

This file was deleted.

76 changes: 0 additions & 76 deletions .next/server/_error.js

This file was deleted.

3 changes: 1 addition & 2 deletions .next/server/app-paths-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"/page": "app/page.js",
"/courses/page": "app/courses/page.js"
"/coaching/page": "app/coaching/page.js"
}
Loading

0 comments on commit 9302cbb

Please sign in to comment.