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 c0a538d commit 5fa4e79Copy full SHA for 5fa4e79
packages/nitro/examples/basic/src/entry.server.tsx
@@ -9,7 +9,6 @@ export default async function handler(_request: Request): Promise<Response> {
9
}
10
11
function Root() {
12
- assetsManifest.entry;
13
return (
14
<html>
15
<head>
0 commit comments