feat: add basic graphql support

This commit is contained in:
2025-01-04 20:38:41 +08:00
parent caaa5dc0cc
commit 40cbf86f0f
62 changed files with 4053 additions and 675 deletions

View File

@@ -30,13 +30,14 @@
"commander": "^12.1.0"
},
"devDependencies": {
"rimraf": "^6.0.1",
"shx": "^0.3.4",
"@auto-it/all-contributors": "^11.3.0",
"@auto-it/first-time-contributor": "^11.3.0",
"@biomejs/biome": "1.9.4",
"@konobangu/typescript-config": "workspace:*",
"@turbo/gen": "^2.3.3",
"@types/jsdom": "^21.1.7",
"rimraf": "^6.0.1",
"shx": "^0.3.4",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2",