🐛 fix: Fix [#274,#273,#271,#270]

pull/290/head
canisminor1990 2023-07-16 21:42:10 +08:00
parent 462eae39da
commit 683b9d7382
2 changed files with 0 additions and 7 deletions

1
.gitignore vendored
View File

@ -26,7 +26,6 @@ package-lock.json
# production # production
dist dist
es es
lib
logs logs
test-output test-output

View File

@ -1,6 +0,0 @@
def preload(parser):
parser.add_argument(
"--lobe-debug",
action="store_true",
help="Enable debug logging",
)