tighten adapters barrel surface

This commit is contained in:
Eve
2026-05-08 17:15:28 +08:00
parent 9c6afad864
commit c3b95ba3b7
5 changed files with 6 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ import {
validateDeploymentProfileArtifact,
assertUseTimePathWithinRepoRoot,
} from '../src/storage/profile-artifact.mjs';
import { createRuntimeBinding } from '../src/adapters/index.mjs';
import { createRuntimeBinding } from '../src/adapters/runtime-binding.mjs';
const packageRoot = path.resolve(import.meta.dirname, '..');
const repoRoot = path.resolve(packageRoot, '..', '..');