Improve VPN client connection management
This commit is contained in:
@@ -31,6 +31,7 @@ test('version paths map to the components actually shipped by this repository',
|
||||
assert.deepEqual(affectedComponents(['src/web/App.tsx']), ['macClient', 'gatewayClient']);
|
||||
assert.deepEqual(affectedComponents(['vite.config.ts']), ['macClient', 'gatewayClient']);
|
||||
assert.deepEqual(affectedComponents(['tsconfig.web.json']), ['macClient', 'gatewayClient']);
|
||||
assert.deepEqual(affectedComponents(['monitoring/grafana/harbor-gateway.json']), ['macClient', 'gatewayClient']);
|
||||
assert.deepEqual(affectedComponents(['src/server/index.ts']), ['macClient', 'gatewayBackend']);
|
||||
assert.deepEqual(affectedComponents(['tsconfig.server.json']), ['macClient', 'gatewayBackend']);
|
||||
assert.deepEqual(affectedComponents(['docker-compose.client.local.yml']), ['macClient']);
|
||||
|
||||
Reference in New Issue
Block a user