Skip to content

Commit 684a280

Browse files
committed
restore next server file exgtension
1 parent a422bdc commit 684a280

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/handlers/platforms/next-app-router/create-manifest-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NextRequest } from "next/server";
1+
import { NextRequest } from "next/server.js";
22

33
import {
44
CreateManifestHandlerOptions as GenericHandlerOptions,

src/handlers/platforms/next-app-router/create-protected-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NextRequest, NextResponse } from "next/server";
1+
import { NextRequest, NextResponse } from "next/server.js";
22

33
import { APL } from "@/APL";
44
import {

src/handlers/platforms/next-app-router/platform-adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NextRequest } from "next/server";
1+
import { NextRequest } from "next/server.js";
22

33
import { WebApiAdapter } from "@/handlers/platforms/fetch-api";
44

src/handlers/platforms/next-app-router/saleor-webhooks/saleor-sync-webhook.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NextResponse } from "next/server";
1+
import { NextResponse } from "next/server.js";
22
import { describe, expect, it } from "vitest";
33

44
import { FileAPL } from "@/APL/file";

src/handlers/platforms/next-app-router/saleor-webhooks/saleor-webhook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NextRequest } from "next/server";
1+
import { NextRequest } from "next/server.js";
22

33
import { createDebug } from "@/debug";
44
import { WebApiWebhookHandler } from "@/handlers/platforms/fetch-api";

0 commit comments

Comments
 (0)