fix: wire memory v2 runtime helpers
This commit is contained in:
@@ -312,6 +312,10 @@ async function writeMetadata() {
|
||||
path.join(root, 'scripts', 'runtime-slo-report.mjs'),
|
||||
path.join(runtimeRoot, 'scripts', 'runtime-slo-report.mjs'),
|
||||
);
|
||||
await fs.copyFile(
|
||||
path.join(root, 'scripts', 'embed-memory-v2-local-hash.mjs'),
|
||||
path.join(runtimeRoot, 'scripts', 'embed-memory-v2-local-hash.mjs'),
|
||||
);
|
||||
await fs.copyFile(
|
||||
path.join(root, 'scripts', 'install-runtime-metrics-agent.sh'),
|
||||
path.join(runtimeRoot, 'scripts', 'install-runtime-metrics-agent.sh'),
|
||||
|
||||
Reference in New Issue
Block a user