docs: guide setup (#10862)

This commit is contained in:
Noel
2025-04-28 02:23:27 +02:00
committed by GitHub
parent 291012c18a
commit 2184085fda
58 changed files with 4996 additions and 3361 deletions

View File

@@ -19,28 +19,14 @@
},
"@discordjs/guide#build:local": {
"dependsOn": ["^build"],
"inputs": [
"public/**",
"src/**",
"!src/styles/unocss.css",
"next.config.js",
"package.json",
"tsconfig.json"
],
"outputs": [".next/**", ".next/cache/**"],
"inputs": ["public/**", "src/**", "next.config.ts", "package.json", "tsconfig.json"],
"outputs": [".next/**", ".next/cache/**", ".source/**"],
"outputLogs": "full"
},
"@discordjs/guide#build:prod": {
"dependsOn": ["^build"],
"inputs": [
"public/**",
"src/**",
"!src/styles/unocss.css",
"next.config.js",
"package.json",
"tsconfig.json"
],
"outputs": [".next/**", ".next/cache/**"],
"inputs": ["public/**", "src/**", "next.config.ts", "package.json", "tsconfig.json"],
"outputs": [".next/**", ".next/cache/**", ".source/**"],
"outputLogs": "full"
},
"@discordjs/website#build:local": {
@@ -68,7 +54,7 @@
"scripts/**",
"!src/assets/readme/**",
"scripts/**",
"next.config.mjs",
"next.config.ts",
"package.json",
"tsconfig.json"
],
@@ -100,7 +86,7 @@
"scripts/**",
"!src/assets/readme/**",
"scripts/**",
"next.config.mjs",
"next.config.ts",
"package.json",
"tsconfig.json"
],