Searched refs:watchEnvironmentVariables (Results 1 – 6 of 6) sorted by relevance
61 await devServerManager.watchEnvironmentVariables();
11 watchEnvironmentVariables: jest.fn(),
209 async watchEnvironmentVariables() { method in DevServerManager210 await devServers.find((server) => server.name === 'metro')?.watchEnvironmentVariables();
162 public async watchEnvironmentVariables(): Promise<void> {
96 await devServerManager.watchEnvironmentVariables();
305 async watchEnvironmentVariables() {