mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
chore: restore turborepo next-auth#build.outputs
This commit is contained in:
17
turbo.json
17
turbo.json
@@ -13,7 +13,22 @@
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"next-auth#build": {
|
||||
"dependsOn": ["^build"]
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": [
|
||||
"lib/**",
|
||||
"css/**",
|
||||
"jwt/**",
|
||||
"react/**",
|
||||
"next/**",
|
||||
"client/**",
|
||||
"providers/**",
|
||||
"core/**",
|
||||
"index.d.ts",
|
||||
"index.js",
|
||||
"adapters.d.ts",
|
||||
"middleware.d.ts",
|
||||
"middleware.js"
|
||||
]
|
||||
},
|
||||
"clean": {
|
||||
"cache": false
|
||||
|
||||
Reference in New Issue
Block a user