Skip to content

Commit

Permalink
CMR-10282: Fix rebase add note about brew installing sam local
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoroolivares2016 committed Feb 6, 2025
1 parent de94637 commit 9ad667d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ The remainder of this README is documentation for developing, testing, and deplo

### Setup

Set the correct NodeJS version (specified in [.nvmrc](../.nvmrc) required
by CMR-STAC with [`nvm`](https://github.com/nvm-sh/nvm) (recommended for managing NodeJS versions):
- Set the correct NodeJS version (specified in [.nvmrc](../.nvmrc) required
by CMR-STAC with [`nvm`](https://github.com/nvm-sh/nvm) (recommended for managing NodeJS versions)):

- install aws-sam-cli (`brew install aws-sam-cli`)

```bash
nvm use
Expand Down
1 change: 0 additions & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const createApp = () => {
return qs.parse(str, { arrayLimit: 100 });
});

app.use(compression());
app.use(helmet());
app.use(cors());
app.use(express.json());
Expand Down

0 comments on commit 9ad667d

Please sign in to comment.