feat(platform): add Discord onboarding and Velocity gate

This commit is contained in:
dmg
2026-08-01 13:45:18 -04:00
parent 9d305e5dc9
commit c5de0a1810
80 changed files with 4840 additions and 1572 deletions
+9 -1
View File
@@ -13,7 +13,15 @@
"test": "npm run test --workspaces --if-present",
"typecheck": "npm run typecheck --workspaces --if-present",
"db:generate": "npm run db:generate --workspace @minecraft-account-manager/database",
"db:migrate": "npm run db:migrate --workspace @minecraft-account-manager/database"
"db:migrate": "npm run db:migrate --workspace @minecraft-account-manager/database",
"velocity:build": "cd plugins/velocity && ./gradlew clean test shadowJar"
},
"overrides": {
"esbuild": "0.25.12",
"next@16.2.12": {
"postcss": "8.5.25",
"sharp": "0.35.3"
}
},
"engines": {
"node": ">=22"