Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
tesimune committed May 21, 2024
1 parent 808e723 commit cf78eae
Show file tree
Hide file tree
Showing 482 changed files with 3,884 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
- name: Install npm packages
run: |
npm install
- name: Build app
run: |
npm run build
- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
/coverage

# next.js
/.next/
/out/
# /.next/
# /out/

# production
/build
# /build

# misc
.DS_Store
Expand Down
1 change: 1 addition & 0 deletions .next/BUILD_ID
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1W_R6lsRRlvKFdPumuJTe
382 changes: 382 additions & 0 deletions .next/app-build-manifest.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .next/app-path-routes-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"/_not-found":"/_not-found","/blog/[title]/page":"/blog/[title]","/favicon.ico/route":"/favicon.ico","/resume-builder/app/how-to-start/[template]/page":"/resume-builder/app/how-to-start/[template]","/resume-builder/app/page":"/resume-builder/app","/resume-builder/page":"/resume-builder","/cover-letter-examples/page":"/cover-letter-examples","/cover-letter-templates/page":"/cover-letter-templates","/cv-maker/page":"/cv-maker","/cv-templates/page":"/cv-templates","/cv-examples/page":"/cv-examples","/dashboard/account/page":"/dashboard/account","/faq/page":"/faq","/dashboard/page":"/dashboard","/dashboard/resume/page":"/dashboard/resume","/page":"/","/register/page":"/register","/resume-builder/app/how-to-start/[template]/certifications/page":"/resume-builder/app/how-to-start/[template]/certifications","/login/page":"/login","/resume-builder/app/how-to-start/[template]/contact/page":"/resume-builder/app/how-to-start/[template]/contact","/resume-builder/app/how-to-start/[template]/finalize/page":"/resume-builder/app/how-to-start/[template]/finalize","/resume-builder/app/how-to-start/[template]/education/page":"/resume-builder/app/how-to-start/[template]/education","/resume-builder/app/how-to-start/[template]/finish/download/page":"/resume-builder/app/how-to-start/[template]/finish/download","/resume-builder/app/how-to-start/[template]/finish/page":"/resume-builder/app/how-to-start/[template]/finish","/resume-builder/app/how-to-start/[template]/references/page":"/resume-builder/app/how-to-start/[template]/references","/resume-builder/app/how-to-start/[template]/skills/page":"/resume-builder/app/how-to-start/[template]/skills","/resume-builder/app/how-to-start/[template]/summary/page":"/resume-builder/app/how-to-start/[template]/summary","/resume-builder/app/how-to-start/page":"/resume-builder/app/how-to-start","/resume-samples/page":"/resume-samples","/resume-builder/app/how-to-start/[template]/experience/page":"/resume-builder/app/how-to-start/[template]/experience","/blog/page":"/blog","/resume-templates/page":"/resume-templates","/cover-letter-builder/page":"/cover-letter-builder"}
32 changes: 32 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"polyfillFiles": [
"static/chunks/polyfills-c67a75d1b6f99dc8.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/1W_R6lsRRlvKFdPumuJTe/_buildManifest.js",
"static/1W_R6lsRRlvKFdPumuJTe/_ssgManifest.js"
],
"rootMainFiles": [
"static/chunks/webpack-f2c1f6260ee72ac5.js",
"static/chunks/fd9d1056-0253fb1358d8423d.js",
"static/chunks/2472-6566c65618f73c54.js",
"static/chunks/main-app-39fef69bc1b08e7a.js"
],
"pages": {
"/_app": [
"static/chunks/webpack-f2c1f6260ee72ac5.js",
"static/chunks/framework-964c2d6016b0d731.js",
"static/chunks/main-354be52f6342804d.js",
"static/chunks/pages/_app-649ff3ad97b7cfcd.js"
],
"/_error": [
"static/chunks/webpack-f2c1f6260ee72ac5.js",
"static/chunks/framework-964c2d6016b0d731.js",
"static/chunks/main-354be52f6342804d.js",
"static/chunks/pages/_error-1a9fa3ac20787313.js"
]
},
"ampFirstPages": []
}
1 change: 1 addition & 0 deletions .next/cache/eslint/.cache_18o49s9

Large diffs are not rendered by default.

Loading

0 comments on commit cf78eae

Please sign in to comment.