File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export default class ESBuildBundler extends BaseBundler {
77
77
build . onResolve (
78
78
{ filter : / ^ @ a d o b e \/ h e l i x - u n i v e r s a l $ / } ,
79
79
( args ) => {
80
- const cwd = ( process . env . HELIX_FETCH_FORCE_HTTP1 === 'true' )
80
+ const cwd = ( process . env . HELIX_DEPLOY_USE_LOCAL === 'true' )
81
81
// for testing use "our" @adobe/helix-universal dependency
82
82
? path . resolve ( __dirname , '..' , '..' )
83
83
// for production use @adobe /helix-universal (and its dependencies)
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import { fileURLToPath } from 'url';
15
15
// eslint-disable-next-line no-console
16
16
console . log ( 'Forcing HTTP/1.1 for @adobe/fetch' ) ;
17
17
process . env . HELIX_FETCH_FORCE_HTTP1 = 'true' ;
18
+ process . env . HELIX_DEPLOY_USE_LOCAL = 'true' ;
18
19
19
20
// eslint-disable-next-line no-underscore-dangle
20
21
global . __rootdir = path . resolve ( fileURLToPath ( import . meta. url ) , '..' , '..' ) ;
You can’t perform that action at this time.
0 commit comments