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

This commit is contained in:
AV77web 2026-06-20 23:51:30 +02:00
parent 0bc4c7d81b
commit 0e6fff61fb

View file

@ -4,6 +4,9 @@
"main": "index.js", "main": "index.js",
"scripts": { "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"
}, },
"repository": { "repository": {
"type": "git", "type": "git",