Set up graphql for requests

This commit is contained in:
Quinn Hegeman
2026-03-07 18:51:46 +01:00
parent 770198bb5b
commit f914b7db1c
6 changed files with 1202 additions and 538 deletions

View File

@@ -11,7 +11,7 @@
"jsx": "react-jsx",
"jsxImportSource": "preact",
"paths": {
"@/*": ["./*"]
"@/*": ["./src/*"]
}
}
}