Remove remaining process.env

Summary: Per title

Reviewed By: passy

Differential Revision: D32721205

fbshipit-source-id: 8e8a7fcac7d73f32d7fb59f852a8099cfe20e542
This commit is contained in:
Michel Weststrate
2021-12-08 04:25:28 -08:00
committed by Facebook GitHub Bot
parent 2b4981c7cb
commit 058785a509
8 changed files with 37 additions and 14 deletions

View File

@@ -207,6 +207,7 @@ const environmentVariables = {
FLIPPER_NO_PLUGIN_MARKETPLACE: 1,
HOME: 1,
METRO_PORT_ENV_VAR: 1,
FLIPPER_PLUGIN_AUTO_UPDATE_POLLING_INTERVAL: 1,
} as const;
export type ENVIRONMENT_VARIABLES = keyof typeof environmentVariables;

View File

@@ -77,7 +77,7 @@ export type EnvironmentInfo = {
appVersion: string;
os: {
arch: string;
platform: string;
platform: NodeJS.Platform;
unixname: string;
};
versions: {