Replace existing running instance, if any

Summary:
Replace an existing running instance, if any.

This is useful for:
- Applying updates
- Ensuring freshness of server

Reviewed By: passy

Differential Revision: D46146814

fbshipit-source-id: bfb760f3ab26b7632510773609f1c6ca3a97c4ec
This commit is contained in:
Lorenzo Blasa
2023-05-25 06:32:18 -07:00
committed by Facebook GitHub Bot
parent 558316153c
commit 76fbaf245c
5 changed files with 63 additions and 5 deletions

View File

@@ -252,6 +252,7 @@ async function linkLocalDeps(buildFolder: string) {
'flipper-common': `file:${rootDir}/flipper-common`,
'flipper-frontend-core': `file:${rootDir}/flipper-frontend-core`,
'flipper-plugin-core': `file:${rootDir}/flipper-plugin-core`,
'flipper-server-client': `file:${rootDir}/flipper-server-client`,
'flipper-server-companion': `file:${rootDir}/flipper-server-companion`,
'flipper-server-core': `file:${rootDir}/flipper-server-core`,
'flipper-pkg-lib': `file:${rootDir}/pkg-lib`,