diff options
author | Elizabeth Alexander Hunt <me@liz.coffee> | 2025-05-10 18:53:56 -0700 |
---|---|---|
committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2025-05-10 20:24:13 -0700 |
commit | 946bbfa548fbdad17980a535baaba70bbd56b499 (patch) | |
tree | fdee372a0e8874108da97f6c22eeaf84b6b78927 /utils/mod.ts | |
parent | 5a9186380619e959ad87f3990f8b2c324b4462d8 (diff) | |
download | ci-946bbfa548fbdad17980a535baaba70bbd56b499.tar.gz ci-946bbfa548fbdad17980a535baaba70bbd56b499.zip |
NPM is huuuge on debian. Just download the native release of bitwarden. Same with ansible, but use a docker container for that lazy loaded goooodnesssss.
Diffstat (limited to 'utils/mod.ts')
-rw-r--r-- | utils/mod.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/mod.ts b/utils/mod.ts index 93457f0..8c5dc45 100644 --- a/utils/mod.ts +++ b/utils/mod.ts @@ -2,3 +2,4 @@ export * from "./env.ts"; export * from "./run.ts"; export * from "./secret.ts"; export * from "./validate_identifier.ts"; +export * from "./prepend.ts"; |