some comment resolution - enums, process_torrents_job

This commit is contained in:
iPromKnight
2024-02-06 09:28:55 +00:00
committed by iPromKnight
parent 69fb088b62
commit a84ca68d9e
15 changed files with 93 additions and 92 deletions

View File

@@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"build": "node esbuild.js",
"dev": "tsx watch --ignore node_modules src/index.js | pino-pretty",
"dev": "tsx watch --ignore node_modules src/index.ts | pino-pretty",
"start": "node dist/index.cjs",
"lint": "eslint . --ext .ts,.js"
},