diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-24 08:43:04 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-24 08:43:04 -0700 |
| commit | 51b4f405d5080bffcd17b00c6b75d3320f9736bd (patch) | |
| tree | 6c76a9304ef421f28cd82ed2f18f335ea396c1be /entry.ts | |
| parent | 07667534e354c35d4e72c39a31fbf6eb1c264dd6 (diff) | |
| download | gq-51b4f405d5080bffcd17b00c6b75d3320f9736bd.tar.gz gq-51b4f405d5080bffcd17b00c6b75d3320f9736bd.zip | |
fixes the generated README on JSR
Diffstat (limited to '')
| -rwxr-xr-x | entry.ts | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1,11 +1,5 @@ -/** - * `@eol/gq` — a batteries-included GraphQL module for Deno. - * - * Re-exports the pieces you typically reach for when building a GraphQL API: - * an HTTP handler, a schema builder, a `gql` tag, and a `.graphql` loader. - * - * @module - */ + + /*** EXPORT ------------------------------------------- ***/ |