8 lines
334 B
Markdown
8 lines
334 B
Markdown
# 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)
|