Skip to content

Commit

Permalink
Merge pull request #100 from FleetAdmiralJakob/easier-dev-setup
Browse files Browse the repository at this point in the history
chore: easier dev setup
  • Loading branch information
Gamius00 authored May 10, 2024
2 parents 9c98bf2 + 1f15858 commit 7f8daec
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "npm-run-all --parallel next:dev convex:dev ",
"convex:dev": "convex dev --tail-logs",
"next:dev": "next dev",
"lint": "next lint",
"start": "next start",
"preinstall": "npx only-allow pnpm",
Expand Down Expand Up @@ -39,6 +41,7 @@
"lucide-react": "^0.378.0",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"npm-run-all": "^4.1.5",
"providers": "link:providers",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
Loading

0 comments on commit 7f8daec

Please sign in to comment.