Commit a1b32d6d authored by ChanHaeng Lee's avatar ChanHaeng Lee
Browse files

Merge remote-tracking branch 'upstream/main'

parents 9d8cafff daedc1c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ Works with virtually any JavaScript/TypeScript web framework:
 -  [Hono](./manual/integration.md#hono)
 -  [Fresh](./manual/integration.md#fresh)
 -  [SvelteKit](./manual/integration.md#sveltekit)
 -  Next.js
 -  [Next.js](./manual/integration.md#next.js)
 -  [h3](./manual/integration.md#h3)/Nitro

… and many more!
+2 −0
Original line number Diff line number Diff line
@@ -36,10 +36,12 @@
    ".": {
      "require": {
        "types": "./dist/index.d.ts",
        "import": "./dist/index.js",
        "default": "./dist/index.js"
      },
      "import": {
        "types": "./dist/index.d.ts",
        "import": "./dist/index.js",
        "default": "./dist/index.js"
      }
    },
+164 −0

File changed.

Preview size limit exceeded, changes collapsed.