Provide improved input handling

This commit is contained in:
Luc Perkins 2024-05-23 16:09:06 -03:00
parent b5a9000c3f
commit c16b76233e
No known key found for this signature in database
GPG key ID: 16DB1108FB591835
6 changed files with 68 additions and 27 deletions

View file

@ -12,6 +12,7 @@
"lint": "eslint src/**/*.ts --ignore-pattern *.test.ts",
"package": "ncc build",
"test": "vitest --watch false",
"test-dev": "vitest",
"all": "pnpm run format && pnpm run lint && pnpm run build && pnpm run package"
},
"repository": {