Skip to content

Commit

Permalink
Merge branch 'main' into updateMetadataSparql
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfang97 authored Sep 4, 2024
2 parents f0d26e6 + c4bfc3e commit 8dd55cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ npm run dev
yarn dev
```

NOTE, we use the legacy openssl with security vulnerabilities. This makes the dev command only work on mac and linux and introduces security vulnerablilites, to read more see [here](https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported).

Open [http://localhost:3333](http://localhost:3333) with your browser to see the result.

### Developer Notes
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node customDev.js",
"dev": "NODE_OPTIONS=--openssl-legacy-provider node customDev.js",
"build": "next build",
"start": "next start -p 3333",
"lint": "eslint '*/**/*.{js,jsx}'",
Expand Down

0 comments on commit 8dd55cb

Please sign in to comment.