Skip to content

Commit

Permalink
Add dev task to turbo config
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Dec 20, 2024
1 parent bfc9c65 commit 6ed5777
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"$schema": "https://turborepo.org/schema.json",
"tasks": {
"dev": {
"dependsOn": ["^build"],
"outputs": [],
"cache": false,
"persistent": true
},
"start": {
"dependsOn": ["^build"],
"outputs": [],
Expand Down

0 comments on commit 6ed5777

Please sign in to comment.