mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
update scripts to typescript
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dashboard:clear-logs": "node scripts/dashboard/clear-logs.js",
|
||||
"dashboard:shared": "node scripts/dashboard/shared.js",
|
||||
"dashboard:clear-logs": "ts-node scripts/dashboard/clear-logs.ts",
|
||||
"dashboard:shared": "ts-node scripts/dashboard/shared.ts",
|
||||
"producer:shared": "node scripts/producer/shared.js",
|
||||
"email:deploy": "ts-node scripts/email/deploy.ts"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user