actually start on mailing, fix email regex
Some checks failed
Code quality checks / biome (push) Failing after 22s
Some checks failed
Code quality checks / biome (push) Failing after 22s
This commit is contained in:
parent
00a7417936
commit
86be889ede
17 changed files with 349 additions and 32 deletions
|
@ -4,7 +4,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "bun run src/index.ts",
|
||||
"command": "bun run src/command.ts",
|
||||
"command": "bun run src/index.ts",
|
||||
"dev": "bun run --hot src/index.ts --dev",
|
||||
"lint": "bunx biome check",
|
||||
"lint:fix": "bunx biome check --fix",
|
||||
|
@ -16,6 +16,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@atums/echo": "latest",
|
||||
"@types/nodemailer": "^6.4.17",
|
||||
"cassandra-driver": "latest",
|
||||
"fast-jwt": "latest",
|
||||
"nodemailer": "^7.0.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue