Skip to content

Commit

Permalink
fixup! turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Dec 11, 2024
1 parent 0ded62c commit 27cce9b
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/unenv-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"devDependencies": {
"@types/node": "^22.9.3",
"typescript": "catalog:default",
"unbuild": "^2.0.0"
"unbuild": "^2.0.0",
"wrangler": "3.95.0"
},
"peerDependencies": {
"unenv": "npm:[email protected]",
Expand Down
14 changes: 14 additions & 0 deletions packages/unenv-preset/turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "http://turbo.build/schema.json",
"extends": [
"//"
],
"tasks": {
"build": {
"outputs": [
"dist/**",
"runtime/**"
]
}
}
}
74 changes: 74 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27cce9b

Please sign in to comment.