diff --git a/.github/styles/Vocab/default/accept.txt b/.github/styles/Vocab/default/accept.txt index 3074b0a2..a9e67c8f 100644 --- a/.github/styles/Vocab/default/accept.txt +++ b/.github/styles/Vocab/default/accept.txt @@ -72,6 +72,7 @@ Kovan LUKSO Lightlink Linea +middleware MainNet Mainnet Mandala diff --git a/safe-apps/get-started.md b/safe-apps/get-started.md index e5dd6f36..caea78cc 100644 --- a/safe-apps/get-started.md +++ b/safe-apps/get-started.md @@ -96,6 +96,8 @@ module.exports = { } ``` +We also offer a [middleware](https://github.com/safe-global/safe-apps-sdk/blob/4dad4fdf700ed299d3a81cc08cd4928b137787e9/packages/cra-template-safe-app/template/src/setupProxy.js#L1-L15) in our React template for using frameworks like Express, Next.js, etc. + **SSL** To enable SSL with `react-scripts`, it is necessary to set the `HTTPS` environment variable to `true`. This can be done in the `package.json` file by adjusting the `scripts` section to: