Skip to content

Commit

Permalink
Update get-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanay1337 authored Nov 29, 2023
1 parent c9df891 commit 3515d62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions safe-apps/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Check failure on line 99 in safe-apps/get-started.md

View workflow job for this annotation

GitHub Actions / vale

[vale] safe-apps/get-started.md#L99

[Vale.Spelling] Did you really mean 'middleware'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'middleware'?", "location": {"path": "safe-apps/get-started.md", "range": {"start": {"line": 99, "column": 18}}}, "severity": "ERROR"}

**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:
Expand Down

0 comments on commit 3515d62

Please sign in to comment.