Skip to content
Snippets Groups Projects

Ocotbranche

Closed Bilel El Yaagoubi requested to merge octofront into master
2 files
+ 58
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
1
@@ -5,7 +5,8 @@
"scripts": {
"dev": "dotenv nodemon ./server.js",
"start": "dotenv node ./server.js",
"lint": "eslint . --fix"
"lint": "eslint . ",
"format": "eslint . --fix"
},
"dependencies": {
"cors": "^2.8.5",
Loading