Skip to content

Commit

Permalink
chore: update turborepo and use new ui
Browse files Browse the repository at this point in the history
  • Loading branch information
k1eu committed Jul 5, 2024
1 parent 1fb6fb3 commit d1574d6
Show file tree
Hide file tree
Showing 5 changed files with 1,948 additions and 2,307 deletions.
1 change: 1 addition & 0 deletions examples/common_nestjs_remix/apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
Expand Down
10 changes: 7 additions & 3 deletions examples/common_nestjs_remix/apps/api/turbo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"extends": ["//"],
"pipeline": {
"extends": [
"//"
],
"tasks": {
"build": {
"outputs": ["dist/**"]
"outputs": [
"dist/**"
]
}
}
}
6 changes: 3 additions & 3 deletions examples/common_nestjs_remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.2.5",
"turbo": "latest"
"turbo": "^2.0.6"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@9.4.0",
"engines": {
"node": ">=18"
"node": ">=20"
}
}
Loading

0 comments on commit d1574d6

Please sign in to comment.