revert removal of crash method and mark deprecated

This commit is contained in:
Jacob Nguyen
2023-05-19 20:48:38 -05:00
parent a6db21c720
commit 49fb1453a5
4 changed files with 12 additions and 2 deletions

View File

@@ -22,7 +22,8 @@
"build:prod": "tsup --minify",
"publish": "npm run build:prod",
"pretty": "prettier --write .",
"test": "vitest"
"tdd" : "vitest",
"test": "vitest --run"
},
"keywords": [
"sern-handler",