Skip to content

Commit

Permalink
chore: need to add portal-shared as a dependency to admin and dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Nov 1, 2024
1 parent 3bbd647 commit 400d203
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
File renamed without changes.
3 changes: 3 additions & 0 deletions apps/portal-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"start": "remix vite:dev --mode production",
"build": "remix vite:build",
"serve": "remix preview"
},
"dependencies": {
"portal-shared": "workspace:*"
}
}
3 changes: 2 additions & 1 deletion apps/portal-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"json-schema": "^0.4.0",
"lucide-react": "^0.396.0",
"react-hook-form": "^7.53.0",
"zod": "^3.22.4"
"zod": "^3.22.4",
"portal-shared": "workspace:*"
}
}

0 comments on commit 400d203

Please sign in to comment.