correction after review

This commit is contained in:
Первов Артем
2026-06-19 08:17:35 +03:00
parent 7cf4aacd11
commit 10dbdb2120
2 changed files with 7 additions and 18 deletions

View File

@@ -3,10 +3,9 @@
"private": true,
"type": "module",
"scripts": {
"dev": "node --env-file-if-exists=.env ./node_modules/tsx/dist/cli.mjs watch src/index.ts",
"start": "node --env-file-if-exists=.env ./node_modules/tsx/dist/cli.mjs src/index.ts",
"dev": "tsx watch --env-file=.env src/index.ts",
"build": "tsc",
"typecheck": "tsc --noEmit"
"start": "node --env-file=.env dist/index.js"
},
"dependencies": {
"@types/node": "^25.9.1",