Comment resolution

This commit is contained in:
iPromKnight
2024-02-10 00:15:20 +00:00
committed by iPromKnight
parent e04f2d01a4
commit 360bc20970
38 changed files with 377 additions and 366 deletions

View File

@@ -4,9 +4,9 @@
"type": "module",
"scripts": {
"clean": "rm -rf dist",
"build": "node esbuild.js",
"build": "tsx esbuild.ts",
"dev": "tsx watch --ignore node_modules src/main.ts | pino-pretty",
"start": "node --trace-deprecation dist/main.cjs",
"start": "node dist/main.cjs",
"lint": "eslint ./src --ext .ts,.js",
"lint-fix": "npm run lint -- --fix",
"test": "jest",