Skip to content

Commit

Permalink
Upgrade to docusaurus 3.2.1
Browse files Browse the repository at this point in the history
Should fix many of the security issues with JS dependencies pointed
out by Github Dependabot.

Also, don't hide inside package.json how we start the development
environment. The default setup of docusaurus doesn't do that. If we
want to start the dev environment in a particular way, make it
explicit in the docker-compose.yml file, so everybody can know we are
doing special things.
  • Loading branch information
iarenaza committed Apr 18, 2024
1 parent f1301dc commit 0a4caac
Show file tree
Hide file tree
Showing 3 changed files with 3,414 additions and 12,418 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ services:
volumes:
- '.:/app'
command:
- npm
- run
- start-dev
- bash
- -c
- "npm install --maxsocket 1 && npm start"
Loading

0 comments on commit 0a4caac

Please sign in to comment.