Chore: enable TextLineStream with env

This commit is contained in:
SukkaW
2024-03-17 16:21:29 +08:00
parent c276ac3330
commit 0b0dda6cc2
3 changed files with 46 additions and 29 deletions

View File

@@ -9,6 +9,7 @@
},
"scripts": {
"build": "bun ./Build/index.ts",
"build-stream": "ENABLE_TEXT_LINE_STREAM=true bun ./Build/index.ts",
"lint": "eslint --format=sukka ."
},
"author": "",