Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 🎸 Associate function to a site on creation #59

Merged
merged 14 commits into from
Oct 31, 2024
Merged
5 changes: 5 additions & 0 deletions .changeset/large-foxes-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fleek-platform/cli": minor
---

Associate function to a site on creation
4 changes: 3 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,5 +357,7 @@
"uploadingAssets": "Uploading assets...",
"assetsUploadSuccess": "Assets uploaded successfully",
"uploadAssetsFailed": "Failed to upload function assets to Fleek. Check your network connection and try again.",
"assetsNotSupportedInSgx": "Function assets are not supported in SGX"
"assetsNotSupportedInSgx": "Function assets are not supported in SGX environment",
"functionsSite": "The Site ID where the Function will be deployed",
"siteNotFound": "Site not found!"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@biomejs/biome": "^1.8.3",
"@changesets/cli": "^2.27.6",
"@fleek-platform/errors": "^2.5.1",
"@fleek-platform/sdk": "^3.4.0",
"@fleek-platform/sdk": "^3.5.0",
"@fleek-platform/tester": "^2.11.0",
"@fleek-platform/utils-gateways": "^0.1.2",
"@fleek-platform/utils-github": "^0.0.2",
Expand Down
Loading