Skip to content

Commit

Permalink
chore: improve internal tsconfig.json (nitrojs#2529)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored and davidstackio committed Aug 7, 2024
1 parent 681c29e commit a63d79b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scripts/gen-mirror.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { cp, mkdir, rm, writeFile } from "node:fs/promises";
import { e } from "crossws/dist/shared/crossws.381454fe";
import { fileURLToPath } from "mlly";
import { join } from "pathe";
import { type PackageJson, readPackageJSON } from "pkg-types";
Expand Down
2 changes: 1 addition & 1 deletion src/presets/netlify/legacy/runtime/netlify.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "#nitro-internal-pollyfills";
import { getRouteRulesForPath } from "nitro/runtime/internal";

import type { Handler } from "@netlify/functions/dist/main";
import type { Handler } from "@netlify/functions";
import { withQuery } from "ufo";
import { lambda } from "./netlify-lambda";

Expand Down

0 comments on commit a63d79b

Please sign in to comment.