Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nganiet committed Aug 18, 2024
1 parent 2341b67 commit 2e132c9
Show file tree
Hide file tree
Showing 53 changed files with 9,186 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_floraculum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
uses: azure/webapps-deploy@v3
uses: azure/webapps-deploy@v2
with:
app-name: 'floraculum'
slot-name: 'Production'
Expand Down
19 changes: 18 additions & 1 deletion build/app-build-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
{
"pages": {}
"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"
],
"/_not-found/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/_not-found/page.js"
]
}
}
5 changes: 4 additions & 1 deletion build/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [],
"rootMainFiles": [
"static/chunks/webpack.js",
"static/chunks/main-app.js"
],
"pages": {
"/_app": []
},
Expand Down
Binary file added build/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file added build/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file modified build/cache/webpack/client-development/index.pack.gz
Binary file not shown.
Binary file not shown.
Binary file added build/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file added build/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 4 additions & 1 deletion build/server/app-paths-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{}
{
"/_not-found/page": "app/_not-found/page.js",
"/page": "app/page.js"
}
188 changes: 188 additions & 0 deletions build/server/app/_not-found/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.

304 changes: 304 additions & 0 deletions build/server/app/page.js

Large diffs are not rendered by default.

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.

2 changes: 1 addition & 1 deletion build/server/middleware-build-manifest.js

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

2 changes: 1 addition & 1 deletion build/server/next-font-manifest.js

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

2 changes: 1 addition & 1 deletion build/server/next-font-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"pages":{},"app":{},"appUsingSizeAdjust":false,"pagesUsingSizeAdjust":false}
{"pages":{},"app":{"/Volumes/DATA/Code/plant-identifier-claude/app/layout":["static/media/a34f9d1faa5f3315-s.p.woff2","static/media/3a8dc5763a8ae4b2-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}
Loading

0 comments on commit 2e132c9

Please sign in to comment.