docs(offload): document network research and final configuration

This commit is contained in:
mkorwel
2026-03-16 20:03:42 -07:00
parent 7c66e7e427
commit 62b9b03962
4 changed files with 63 additions and 7 deletions
@@ -10,7 +10,7 @@ import path from 'path';
import { fileURLToPath } from 'url';
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const REPO_ROOT = path.resolve(__dirname, '../../../..');
const REPO_ROOT = path.resolve(__dirname, '../../../../..');
export class ProviderFactory {
static getProvider(config: { projectId: string; zone: string; instanceName: string }): WorkerProvider {