Commit 5624456
committed
chore: update dependencies and improve code structure
- Bump version of '@apollo/subgraph' to ^2.11.4 and other dependencies in pnpm-workspace.yaml
- Change handler function in rollup.ts to async for proper module loading
- Import $fetch from 'nitro/deps/ofetch' in health.ts for improved fetching
- Make 'framework' optional in NitroGraphQLOptions interface in index.ts
- Update response status handling in apollo.ts to use 'status' instead of 'statusCode'
- Correct import path for Nitro in file-generator.ts and path-resolver.ts
- Update Vite plugin comment for clarity regarding Nitro integration
- Add new path mappings in tsconfig.json for better module resolution1 parent 3d5d6f9 commit 5624456
File tree
11 files changed
+3180
-7038
lines changed- src
- routes
- types
- utils
11 files changed
+3180
-7038
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
165 | | - | |
| 166 | + | |
| 167 | + | |
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
| |||
0 commit comments