File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 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 {
7777 build . onResolve (
7878 { filter : / ^ @ a d o b e \/ h e l i x - u n i v e r s a l $ / } ,
7979 ( args ) => {
80- const cwd = ( process . env . HELIX_FETCH_FORCE_HTTP1 === 'true' )
80+ const cwd = ( process . env . HELIX_DEPLOY_USE_LOCAL === 'true' )
8181 // for testing use "our" @adobe/helix-universal dependency
8282 ? path . resolve ( __dirname , '..' , '..' )
8383 // 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';
1515// eslint-disable-next-line no-console
1616console . log ( 'Forcing HTTP/1.1 for @adobe/fetch' ) ;
1717process . env . HELIX_FETCH_FORCE_HTTP1 = 'true' ;
18+ process . env . HELIX_DEPLOY_USE_LOCAL = 'true' ;
1819
1920// eslint-disable-next-line no-underscore-dangle
2021global . __rootdir = path . resolve ( fileURLToPath ( import . meta. url ) , '..' , '..' ) ;
You can’t perform that action at this time.
0 commit comments