Add node digital envelope routines::initialization error workaround

This commit is contained in:
Tanner Collin 2023-07-25 23:22:44 +00:00
parent a4b3112232
commit 42bda5fd22

View File

@ -29,6 +29,7 @@ $ yarn install
Run the development server:
```
$ export NODE_OPTIONS=--openssl-legacy-provider
$ HOST=0.0.0.0 yarn start
```