refactor: migrate to bun bundler

This commit is contained in:
trafficlunar 2026-03-05 18:24:29 +00:00
parent 5aef2d1231
commit 6cc35f6100
10 changed files with 266 additions and 1816 deletions

View file

@ -116,4 +116,4 @@ async function main() {
});
}
export default main;
main();