Update docs and sort content

This commit is contained in:
github-actions[bot]
2025-03-07 02:21:53 +00:00
parent 66ec490344
commit b2b1ba6dcd
35 changed files with 689 additions and 49 deletions

View File

@ -131,7 +131,7 @@ node --loader ts-node/esm index.ts
``` json
{
"typescript": "bun $fullFileName"
"typescript": "cd $dir && bun $fileName",
}
```
@ -139,7 +139,7 @@ node --loader ts-node/esm index.ts
``` json
{
"typescript": "tsc $fullFileName && node $fileNameWithoutExt.js"
"typescript": "cd $dir && tsc $fullFileName && node $fileNameWithoutExt.js"
}
```