File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ function esbuildSync(esbuildOptions: ESBuildOptions) {
775
775
js : [
776
776
esbuildOptions . banner ?. js || "" ,
777
777
`globalThis.openNextDebug = ${ process . env . OPEN_NEXT_DEBUG ?? false } ;` ,
778
- `globalThis.openNextVersion = ${ openNextVersion } ;` ,
778
+ `globalThis.openNextVersion = " ${ openNextVersion } " ;` ,
779
779
] . join ( "" ) ,
780
780
} ,
781
781
} ) ;
@@ -805,7 +805,7 @@ async function esbuildAsync(esbuildOptions: ESBuildOptions) {
805
805
js : [
806
806
esbuildOptions . banner ?. js || "" ,
807
807
`globalThis.openNextDebug = ${ process . env . OPEN_NEXT_DEBUG ?? false } ;` ,
808
- `globalThis.openNextVersion = ${ openNextVersion } ;` ,
808
+ `globalThis.openNextVersion = " ${ openNextVersion } " ;` ,
809
809
] . join ( "" ) ,
810
810
} ,
811
811
} ) ;
You can’t perform that action at this time.
0 commit comments