-
Notifications
You must be signed in to change notification settings - Fork 685
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor and simplify PWADevServer host/port handling (#339)
* refactor(buildpack): simplify secure host config * fix(buildpack): simplify port and certificate handling - chore: Remove hand-rolled implementations of privilege escalation and replace with `devcert`. - refactor: Remove individual options for SSL and unique host, combining them into one thing. Fixes #307. fix: add new refactor to staging server * fixup: package-lock * fix errant package.json * test fixing attempts * fix: hoist deps to lower CI memory * package updates for ci * fix test * fixup: PR feedback * fixup * fix: rename MAGENTO_BACKEND_DOMAIN to MAGENTO_BACKEND_URL More accurately reflects the contents of the variable. Fixes #337. * fixup * fixup: CI errors * fixup: more CI errors * fixup: more CI errors again * fixup: more CI errors yet again * fix: better cache invalidation in CI
- Loading branch information
Showing
39 changed files
with
28,100 additions
and
30,180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.