feat: implement phase 5 bun_bundle bootstrap

This commit is contained in:
Eric
2026-03-04 03:30:07 +00:00
committed by copilot-swe-agent[bot]
parent 2347185c4c
commit f03598407b
7 changed files with 164 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
export function greet(name: string): string {
return `Hello ${name}`;
}
console.log(greet("bundle"));