fix: tests pass

This commit is contained in:
eric
2026-03-06 20:34:11 +01:00
parent a3591b85a5
commit 3a07d02c0d
21 changed files with 313 additions and 22 deletions

View File

@@ -1,2 +1,2 @@
const value = process.env.BUN_SCRIPT_ENV_TEST ?? "missing";
const value = import.meta.env.BUN_SCRIPT_ENV_TEST ?? "missing";
console.log(value);