correzione a package.json
Some checks failed
Deploy to VPS / build (push) Failing after 12s
Deploy to VPS / deploy (push) Has been skipped

This commit is contained in:
AV77web 2026-06-20 23:52:59 +02:00
parent 0e6fff61fb
commit c7cb2e0137

View file

@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsx watch src/index.ts",
"build": "tsc -p tsconfig.build.json",
"start": "node dist/index.js"