deploy done

This commit is contained in:
2021-11-28 01:44:07 -03:00
parent 22d0242539
commit 4727cd8a6a
4 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
"main": "app.js",
"scripts": {
"api": "nodemon ./API/returnMultiplicationTables.js",
"start": "node ./API/returnMultiplicationTables.js",
"tool": "node app.js"
},
"author": "FranP-Code",