Skip to content

Commit

Permalink
add turbo repo to handle different outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Aug 14, 2024
1 parent 05e8985 commit abdff2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/apps-engine/turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["client/**", "definition/**", "deno-runtime/**", "lib/**", "scripts/**", "server/**"]
}
}
}

0 comments on commit abdff2f

Please sign in to comment.