chore
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"name": "graphql-demo",
|
||||
"scripts": {
|
||||
"dev": "bun run --watch src/index.ts",
|
||||
"dev-apollo": "bun run --watch src/index.apollo.ts",
|
||||
"compile": "graphql-codegen",
|
||||
"watch": "graphql-codegen -w"
|
||||
},
|
||||
@@ -20,6 +21,7 @@
|
||||
"@apollo/client": "^3.13.1",
|
||||
"axios": "^1.7.9",
|
||||
"graphql": "^16.10.0",
|
||||
"graphql-tag": "^2.12.6",
|
||||
"ofetch": "^1.4.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user