Serve on domain socket
Summary: Open a domain socket by default and proxy all browser requests via TCP to it. That allows us to connect to a running server regardless of its local port. Reviewed By: aigoncharov Differential Revision: D35088208 fbshipit-source-id: d167852162e63f68c804c379b4421f5cc0d33df2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ba9a80545d
commit
56e94394ca
@@ -10,12 +10,15 @@
|
||||
"bugs": "https://github.com/facebook/flipper/issues",
|
||||
"dependenciesComment": "mac-ca is required dynamically for darwin, node-fetch is treated special in electron-requires, not sure why",
|
||||
"dependencies": {
|
||||
"http-proxy": "^1.18.1",
|
||||
"mac-ca": "^1.0.6",
|
||||
"node-fetch": "^2.6.7",
|
||||
"ws": "^8.5.0"
|
||||
"ws": "^8.5.0",
|
||||
"xdg-basedir": "^4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/http-proxy": "^1.17.8",
|
||||
"@types/node": "^15.12.5",
|
||||
"chalk": "^4.1.2",
|
||||
"express": "^4.17.3",
|
||||
|
||||
Reference in New Issue
Block a user