Loading backend/package.json +2 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon src/server.ts" }, "author": "", "license": "ISC", Loading Loading
backend/package.json +2 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon src/server.ts" }, "author": "", "license": "ISC", Loading