We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0423d58 commit a75f261Copy full SHA for a75f261
1 file changed
dev-packages/e2e-tests/test-applications/hydrogen-react-router-7/server.ts
@@ -2,10 +2,6 @@ import * as serverBuild from 'virtual:react-router/server-build';
2
import { createRequestHandler, storefrontRedirect } from '@shopify/hydrogen';
3
import { createHydrogenRouterContext } from '~/lib/context';
4
import { wrapRequestHandler } from '@sentry/cloudflare';
5
-// Virtual entry point for the app
6
-// eslint-disable-next-line @typescript-eslint/ban-ts-comment
7
-// @ts-expect-error
8
-import * as serverBuild from 'virtual:react-router/server-build';
9
10
/**
11
* Export a fetch handler in module format.
0 commit comments