Compare commits

...

1 Commits

Author SHA1 Message Date
b06d4ff767 chore: update \index.ts\ file
Some checks failed
Run tests / test (push) Has been cancelled
Code quality / quality (push) Has been cancelled
2025-09-05 08:15:48 +02:00

View File

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