334 B
334 B
porting to Typescript (./basango)
- when working on a porting feature (working directory is basango, refer to docs/ for more instructions)
- make sure to use
bun1.3 as runtime notnode - prefer
const fn = () => {}instead offunction
legacy (./projects)
- when working on a legacy feature (working director is projects)