This commit is contained in:
2025-09-27 11:11:51 -04:00
parent 80bc164bc0
commit 07c17e32cf
3 changed files with 7 additions and 3 deletions

View File

@@ -5,8 +5,8 @@
"main": "server.js",
"scripts": {
"start": "node server.js",
"server": "node checklinks.js",
"both": "concurrently \"npm start\" \"npm run server\"",
"checklinks": "node checklinks.js",
"both": "concurrently 'npm start' 'npm run checklinks'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {