Skip to content

Commit

Permalink
chore: handle static asset upload to ipfs; bump next-on-fleek;
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmpinto committed Oct 7, 2024
1 parent 2a4bcf0 commit acfcbf7
Show file tree
Hide file tree
Showing 7 changed files with 3,208 additions and 5,951 deletions.
6 changes: 0 additions & 6 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@
"installingSuccess": "Installed dependencies successfully",
"installingError": "Failed to install dependencies",
"installingErrorIncludeError": "Failed to install dependencies: {error}",
"bundlingApinstalling": "Bundling App",
"printHelp": "Print help",
"buildingApp": "Building App",
"buildingNextjsApp": "Building Next.js App",
"building": "Building Next.js application...",
"bundlingApp": "Bundling App",
"bundlingNextjsApp": "Bundling App",
"bundling": "Bundling Next.js application...",
"bundlingSuccess": "Next.js app successfully bundled",
"invalidPath": "The path {path} is not valid, you must provide a valid path to your Next.js app's root directory",
Expand All @@ -40,7 +35,6 @@
"nextjsBuildSuccess": "Next.js app successfully built",
"nextjsBuildErrorIncludeError": "Failed to build Next.js app: {error}",
"nextjsBuildError": "Failed to build Next.js app.",
"bundlingStarted": "Bundling Next.js app...",
"bundlingErrorIncludeError": "Failed to bundle Next.js app: {error}",
"bundlingError": "Failed to bundle Next.js app.",
"fleekFileUploadErrorIncludeError": "Failed to upload file to Fleek: {error}",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@fleek-platform/functions-esbuild-config": "^0.0.6",
"@fleek-platform/next-on-fleek": "1.14.4",
"@fleek-platform/next-on-fleek": "1.14.5",
"@fleek-platform/sdk": "2.1.5",
"ansi-escapes": "^7.0.0",
"as-table": "^1.0.55",
Expand Down
Loading

0 comments on commit acfcbf7

Please sign in to comment.