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

This commit is contained in:
Kealan Parr 2022-05-05 14:29:45 +01:00 committed by GitHub
parent b0fdba645f
commit 898b12a905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

View File

@ -2,9 +2,9 @@
"name": "fcc-exercise-tracker",
"version": "0.1.0",
"description": "A REST API project, part of Free Code Camp's curriculum",
"main": "server.js",
"main": "index.js",
"scripts": {
"start": "node server.js"
"start": "node index.js"
},
"dependencies": {
"dotenv": "^8.2.0",