Skip to content

Commit

Permalink
Anothert push
Browse files Browse the repository at this point in the history
  • Loading branch information
gbudjeakp committed Jun 6, 2024
1 parent 98bbe97 commit 267c9db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy-server.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const FtpDeploy = require("ftp-deploy");
var FtpDeploy = require("ftp-deploy");
const path = require('path');

const ftpDeploy = new FtpDeploy();
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js",
"start": "node index.js",
"debug": "nodemon --inspect index.js",
"deploy": "node deploy"
},
Expand All @@ -26,11 +26,11 @@
"mysql2": "^3.6.1",
"node": "^20.7.0",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.2",
"sequelize": "^6.33.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"sequelize-cli": "^6.6.2"
"sequelize-cli": "^6.6.2",
"nodemon": "^3.0.2"
}
}

0 comments on commit 267c9db

Please sign in to comment.