openclaw / src /node-host /config-runtime.test-support.ts
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
fcd8223 verified
Raw
History Blame Contribute Delete
300 Bytes
// The invocation compiles this worker before the concurrent configure readiness deadline.
export const nodeHostConfigRuntimeEntrypoint = {
currentModuleUrl: import.meta.url,
sourceWorkerName: "config-worker.test-support",
distWorkerPath: "node-host/config-worker.test-support.js",
} as const;