mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Remove extra section from the root README.md
This commit is contained in:
parent
aa6db2acd7
commit
df5d10eaa0
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -32,7 +32,11 @@ development server:
|
|||
|
||||
**Known issues:**
|
||||
|
||||
* Adding/changing `import`s may not be synced properly with ESLint. You may see an error `Unable to resolve path to module` even though the module existing in right path. Restarting the server doesn't help. To solve the issue, you need to make a change to the file where the error occurs.
|
||||
* Adding/changing `import`s may not be synced properly with
|
||||
ESLint. You may see an error `Unable to resolve path to module` even
|
||||
though the module existing in right path. Restarting the server
|
||||
doesn't help. To solve the issue, you need to make a change to the
|
||||
file where the error occurs.
|
||||
|
||||
## Development Server
|
||||
|
||||
|
|
@ -63,7 +67,3 @@ to deploy a feature branch, setup the `sharetribe-starter-app` Heroku
|
|||
app and push the feature branch:
|
||||
|
||||
git push heroku my-feature-branch:master
|
||||
|
||||
## Logging
|
||||
|
||||
Starter App has Sentry integration in place as an example of using as external error logging service. For more information see the [logging documentation](docs/sentry.md).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue