mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix: cache nextjs cache output with turbo
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
"package.json",
|
"package.json",
|
||||||
"tsconfig.json"
|
"tsconfig.json"
|
||||||
],
|
],
|
||||||
"outputs": [".next/**", "!.next/cache/**", ".contentlayer/**"],
|
"outputs": [".next/**", ".next/cache/**", ".contentlayer/**"],
|
||||||
"outputMode": "full"
|
"outputMode": "full"
|
||||||
},
|
},
|
||||||
"@discordjs/guide#build:prod": {
|
"@discordjs/guide#build:prod": {
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
"package.json",
|
"package.json",
|
||||||
"tsconfig.json"
|
"tsconfig.json"
|
||||||
],
|
],
|
||||||
"outputs": [".next/**", "!.next/cache/**", ".contentlayer/**"],
|
"outputs": [".next/**", ".next/cache/**", ".contentlayer/**"],
|
||||||
"outputMode": "full"
|
"outputMode": "full"
|
||||||
},
|
},
|
||||||
"@discordjs/website#build:local": {
|
"@discordjs/website#build:local": {
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
"package.json",
|
"package.json",
|
||||||
"tsconfig.json"
|
"tsconfig.json"
|
||||||
],
|
],
|
||||||
"outputs": [".next/**", "!.next/cache/**", "src/assets/readme/**"],
|
"outputs": [".next/**", ".next/cache/**", "src/assets/readme/**"],
|
||||||
"outputMode": "full"
|
"outputMode": "full"
|
||||||
},
|
},
|
||||||
"@discordjs/website#build:prod": {
|
"@discordjs/website#build:prod": {
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
"package.json",
|
"package.json",
|
||||||
"tsconfig.json"
|
"tsconfig.json"
|
||||||
],
|
],
|
||||||
"outputs": [".next/**", "!.next/cache/**", "src/assets/readme/**"],
|
"outputs": [".next/**", ".next/cache/**", "src/assets/readme/**"],
|
||||||
"outputMode": "full"
|
"outputMode": "full"
|
||||||
},
|
},
|
||||||
"@discordjs/guide#generate:contentlayer": {
|
"@discordjs/guide#generate:contentlayer": {
|
||||||
|
|||||||
Reference in New Issue
Block a user