chore(pockethost): remove unused mail script

This commit is contained in:
Ben Allfree 2024-08-03 04:15:55 -07:00
parent 7f89826a6f
commit b299241756

View File

@ -15,8 +15,7 @@
"scripts": {
"check:types": "tsc --noEmit ",
"dev": "NODE_ENV=development tsx ./src/cli/index.ts",
"start": "tsx ./src/cli/index.ts",
"mail": "tsx ./src/cli/sendmail.ts"
"start": "tsx ./src/cli/index.ts"
},
"dependencies": {
"@pockethost/plugin-console-logger": "workspace:*",