mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-24 03:01:30 +08:00
Update docs and sort content
This commit is contained in:
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user