Skip to content

Commit

Permalink
fix(pkg): Remove __NEXT_PRIVATE_PREBUNDLED_REACT
Browse files Browse the repository at this point in the history
  • Loading branch information
yuaanlin committed Nov 21, 2023
1 parent 93c09fd commit 591b50f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/nodejs/nextjs/launcher.js.tmpl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
process.chdir(__dirname);
process.env.NODE_ENV = 'production';
process.env.__NEXT_PRIVATE_PREBUNDLED_REACT = "next"
const NextServer = require('next/dist/server/next-server.js').default;
const nextServer = new NextServer({
conf: {{ .NextConfig }},
Expand Down

0 comments on commit 591b50f

Please sign in to comment.