chore: remove apps

This commit is contained in:
Jiralite
2025-11-10 19:03:42 +00:00
parent a9fcfc0586
commit ccbe0716a4
222 changed files with 61 additions and 16375 deletions

View File

@@ -17,73 +17,6 @@
"outputs": ["dist/**", "storybook-static/**"],
"outputLogs": "errors-only"
},
"@discordjs/guide#build:local": {
"dependsOn": ["^build"],
"inputs": [
"public/**",
"src/**",
"!src/styles/unocss.css",
"contentlayer.config.ts",
"next.config.js",
"package.json",
"tsconfig.json"
],
"outputs": [".next/**", ".next/cache/**", ".contentlayer/**"],
"outputLogs": "full"
},
"@discordjs/guide#build:prod": {
"dependsOn": ["^build"],
"inputs": [
"public/**",
"src/**",
"!src/styles/unocss.css",
"contentlayer.config.ts",
"next.config.js",
"package.json",
"tsconfig.json"
],
"outputs": [".next/**", ".next/cache/**", ".contentlayer/**"],
"outputLogs": "full"
},
"@discordjs/website#build:local": {
"env": ["VERCEL_ENV", "NEXT_PUBLIC_LOCAL_DEV"],
"dependsOn": ["^build", "^docs"],
"inputs": [
"../../packages/*/README.md",
"public/**",
"src/**",
"scripts/**",
"!src/assets/readme/**",
"scripts/**",
"next.config.mjs",
"package.json",
"tsconfig.json"
],
"outputs": [".next/**", ".next/cache/**", "src/assets/readme/**"],
"outputLogs": "full"
},
"@discordjs/website#build:prod": {
"env": ["VERCEL_ENV", "NEXT_PUBLIC_LOCAL_DEV"],
"dependsOn": ["^build"],
"inputs": [
"../../packages/*/README.md",
"public/**",
"src/**",
"scripts/**",
"!src/assets/readme/**",
"scripts/**",
"next.config.mjs",
"package.json",
"tsconfig.json"
],
"outputs": [".next/**", ".next/cache/**", "src/assets/readme/**"],
"outputLogs": "full"
},
"@discordjs/guide#generate:contentlayer": {
"inputs": ["src/**/*.mdx"],
"outputs": [".contentlayer/**"],
"outputLogs": "errors-only"
},
"test": {
"dependsOn": ["^build"],
"inputs": ["__mocks__/**", "__tests__/**", "src/**", "jest.config.js", "package.json", "tsconfig.json"],
@@ -106,34 +39,6 @@
"outputs": [],
"outputLogs": "errors-only"
},
"@discordjs/guide#lint": {
"dependsOn": ["^build", "build:local", "generate:contentlayer"],
"inputs": [
"../../eslint.config.js",
"../../.prettierrc.json",
"../../tsconfig.eslint.json",
".prettierrc.js",
"src/**",
"!src/styles/unocss.css",
"tsconfig.eslint.json"
],
"outputs": [],
"outputLogs": "errors-only"
},
"@discordjs/website#lint": {
"dependsOn": ["^build", "build:local"],
"inputs": [
"../../eslint.config.js",
"../../.prettierrc.json",
"../../tsconfig.eslint.json",
".prettierrc.js",
"src/**",
"!src/styles/unocss.css",
"tsconfig.eslint.json"
],
"outputs": [],
"outputLogs": "errors-only"
},
"format": {
"dependsOn": ["^build"],
"inputs": [
@@ -150,21 +55,6 @@
"outputs": [],
"outputLogs": "errors-only"
},
"@discordjs/guide#format": {
"dependsOn": ["^build", "generate:contentlayer"],
"inputs": [
"../../eslint.config.js",
"../../.prettierrc.json",
"../../tsconfig.eslint.json",
".prettierrc.js",
"src/**",
"!src/styles/unocss.css",
"package.json",
"tsconfig.eslint.json"
],
"outputs": [],
"outputLogs": "errors-only"
},
"docs": {
"dependsOn": ["build"],
"inputs": [
@@ -200,19 +90,6 @@
"cache": false,
"persistent": true,
"outputLogs": "full"
},
"@discordjs/guide#dev": {
"dependsOn": ["^build"],
"cache": false,
"persistent": true,
"outputLogs": "full"
},
"@discordjs/website#dev": {
"env": ["VERCEL_ENV", "NEXT_PUBLIC_LOCAL_DEV"],
"dependsOn": ["^build", "^docs"],
"cache": false,
"persistent": true,
"outputLogs": "full"
}
}
}