feat: bun_script

This commit is contained in:
Eric
2026-03-06 19:51:52 +01:00
parent a1a6568227
commit ff90522c3c
17 changed files with 222 additions and 111 deletions

2
tests/script_test/env.ts Normal file
View File

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