Skip to content

Commit

Permalink
Updated Interaction3.json and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bigautam committed Sep 18, 2024
1 parent 18bc537 commit d4cdd4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tables": [
{
"title": "Participations",
"rootPredicate": "sbol:participation",
"rootPredicate": "sbol:hasParticipation",
"icon": "faPeopleArrows",
"sections": [
{
Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider node customDev.js",
"windowsdev": "node customDev.js",
"build": "next build",
"start": "next start -p 3333",
"lint": "eslint '*/**/*.{js,jsx}'",
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/commitHash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5af31bb4414db276ba10fd44d4d6847dc521bcb8
18bc537fa82c0fafdfb178601ba7d61d19c0fe9b

0 comments on commit d4cdd4f

Please sign in to comment.