chore: update index.ts file
Some checks failed
Code quality / quality (push) Successful in 1m25s
Run tests / test (push) Failing after 24s

This commit is contained in:
2025-09-05 08:15:39 +02:00
parent a8faa1e43a
commit 98ab0a982f

View File

@@ -1 +1,5 @@
console.log("Hello via Bun!");
async function main() {}
if (import.meta.main) {
await main();
}