summaryrefslogtreecommitdiff
path: root/worker/index.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-07-20 17:21:38 -0700
committerElizabeth Hunt <me@liz.coffee>2025-07-20 18:31:57 -0700
commitbfdef4064b4a172a2027f3813ab88f38728d61c0 (patch)
tree94babba33cd28aaacad39b49936b803486784a73 /worker/index.ts
parent9e220eca4545982df83ffcaa66a9b050a3d6f24e (diff)
downloadci-bfdef4064b4a172a2027f3813ab88f38728d61c0.tar.gz
ci-bfdef4064b4a172a2027f3813ab88f38728d61c0.zip
Fixes
Diffstat (limited to 'worker/index.ts')
-rw-r--r--worker/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/worker/index.ts b/worker/index.ts
index 9ad32b9..9224e5d 100644
--- a/worker/index.ts
+++ b/worker/index.ts
@@ -1,2 +1,3 @@
+export * from './fs.js';
export * from './secret.js';
export * from './executor.js';