Merge remote-tracking branch 'origin/main'

This commit is contained in:
Umar Adilov 2026-01-16 18:00:42 +05:00
commit 6ac7efd3ae

View File

@ -10,7 +10,7 @@
}, },
"scripts": { "scripts": {
"dev": "tsx watch index.ts", "dev": "tsx watch index.ts",
"build": "tsc", "build": "npx esbuild index.ts --bundle --outfile=dist/index.js --format=esm --platform=node --packages=external",
"start": "node dist/index.js" "start": "node dist/index.js"
}, },
"dependencies": { "dependencies": {