Skip to content

Commit

Permalink
added new command dev:turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmabrouk committed Nov 27, 2024
1 parent e520a75 commit 7bf1c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agenta-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"dev": "next dev",
"dev:local": "ENV_FILE=.local.env next dev",
"dev:turbo": "ENV_FILE=.local.env next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit 7bf1c1a

Please sign in to comment.