fix: rename server.js to index.js for replit debugging (#69)

main
Kealan Parr 2 years ago committed by GitHub
parent f1efd129d3
commit 6533033b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
// server.js
// index.js
// where your node app starts
// init project

@ -2,9 +2,9 @@
"name": "fcc-api-projects-boilerplate",
"version": "0.0.1",
"description": "An FCC Backend Challenge",
"main": "server.js",
"main": "index.js",
"scripts": {
"start": "node server.js"
"start": "node index.js"
},
"dependencies": {
"express": "^4.12.4",

Loading…
Cancel
Save