Files
basango/AGENTS.md
T
2025-11-02 12:45:45 +02:00

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 bun 1.3 as runtime not node
  • prefer const fn = () => {} instead of function

legacy (./projects)

  • when working on a legacy feature (working director is projects)