From c889637a3dd70d43bc020abdbca2c526651bd75d Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Thu, 19 Sep 2024 14:10:39 +0100 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20=F0=9F=93=9D=20update=20bundle=20co?= =?UTF-8?q?ntrol=20syntax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/guides/fleek-functions-http-types/index.md | 5 ++++- .../guides/how-to-open-websocket-in-fleek-function/index.md | 3 ++- .../running-bundled-webpack-functions-on-fleek/index.md | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/content/guides/fleek-functions-http-types/index.md b/src/content/guides/fleek-functions-http-types/index.md index 4906efc5..80c2a2d2 100644 --- a/src/content/guides/fleek-functions-http-types/index.md +++ b/src/content/guides/fleek-functions-http-types/index.md @@ -144,7 +144,10 @@ fleek functions create --name fleek-function-types 6. Then you deploy the function: ```bash -fleek functions deploy --name fleek-function-types --noBundle --path bundle.js +fleek functions deploy \ +--name fleek-function-types \ +--path bundle.js \ +--bundle false ``` For more insights on creating and deploying a Fleek Function, you can check [here.](https://fleek.xyz/docs/cli/functions/#create-a-fleek-function) After the above steps, you should have something similar to what was outlined above. The `main` function should perform as expected. diff --git a/src/content/guides/how-to-open-websocket-in-fleek-function/index.md b/src/content/guides/how-to-open-websocket-in-fleek-function/index.md index 024131df..0a4dd0fb 100644 --- a/src/content/guides/how-to-open-websocket-in-fleek-function/index.md +++ b/src/content/guides/how-to-open-websocket-in-fleek-function/index.md @@ -174,7 +174,8 @@ Where “websocket-function” is the name of our Fleek Function. The command to ```jsx fleek functions deploy \ --name websocket-function \ ---path ./dist/bundle.js --noBundle +--path ./dist/bundle.js \ +--bundle false ``` Where “websocket-function” is the name of our Fleek Function and “./dist.bundle.js” is the path to the bundled file created by webpack when we bundled, If all the steps above go well, you should have: diff --git a/src/content/guides/running-bundled-webpack-functions-on-fleek/index.md b/src/content/guides/running-bundled-webpack-functions-on-fleek/index.md index 04e73e40..5a3b526f 100644 --- a/src/content/guides/running-bundled-webpack-functions-on-fleek/index.md +++ b/src/content/guides/running-bundled-webpack-functions-on-fleek/index.md @@ -211,7 +211,8 @@ Where “bundled-function” is the name of our Fleek function. The command to d ``` fleek functions deploy \ --name bundled-function \ ---path ./dist/bundle.js --noBundle +--path ./dist/bundle.js \ +--bundle false ``` Where `bundled-function` is the name of our Fleek Function and `./dist.bundle.js` is the path to the bundled file created by webpack when we bundled, If all the steps above go well, you should have: From 82b010a6e601ae00038c14971b964fa1e87c5895 Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Thu, 19 Sep 2024 14:18:16 +0100 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=F0=9F=A4=96=20update=20spell=20ch?= =?UTF-8?q?ecker=20ignore=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/spell-checker/ignore_words.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/actions/spell-checker/ignore_words.txt b/.github/actions/spell-checker/ignore_words.txt index f4002b04..bd2a8097 100755 --- a/.github/actions/spell-checker/ignore_words.txt +++ b/.github/actions/spell-checker/ignore_words.txt @@ -3,6 +3,7 @@ 2fa 8f 8fdevelop +abi abtesting ach activedirectory @@ -182,9 +183,9 @@ ipaddress ipfs ipns iq +ir iran iraq -ir isr january javascript @@ -262,8 +263,8 @@ object-oriented objects ofac ok -onboarding onboarded +onboarding onchain online openssl @@ -343,9 +344,9 @@ roguelike rollup rollups rsa +ru ruby russia -ru s3 saml sandbox @@ -409,11 +410,11 @@ sunsetting svg swift swiss +sy syria syslog system-admin systemctl -sy table tag tags @@ -517,4 +518,4 @@ zendesk's zero-trust zimbabwe zip -zw \ No newline at end of file +zw