Refactorización sobre src

This commit is contained in:
Isidoro Nevares Martín 2026-03-13 13:17:09 +01:00
parent 38f5722896
commit 651b3f30b0
8 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node app.js", "start": "node src/app.js",
"dev": "node app.js", "dev": "node src/app.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": [],

View File