feat(platform): add Discord onboarding and Velocity gate
This commit is contained in:
+9
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user