fix: rename server.js to index.js for replit debugging (#69)
This commit is contained in:
		
							parent
							
								
									f1efd129d3
								
							
						
					
					
						commit
						6533033b7d
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
// server.js
 | 
					// index.js
 | 
				
			||||||
// where your node app starts
 | 
					// where your node app starts
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// init project
 | 
					// init project
 | 
				
			||||||
@ -2,9 +2,9 @@
 | 
				
			|||||||
	"name": "fcc-api-projects-boilerplate",
 | 
						"name": "fcc-api-projects-boilerplate",
 | 
				
			||||||
	"version": "0.0.1",
 | 
						"version": "0.0.1",
 | 
				
			||||||
	"description": "An FCC Backend Challenge",
 | 
						"description": "An FCC Backend Challenge",
 | 
				
			||||||
	"main": "server.js",
 | 
						"main": "index.js",
 | 
				
			||||||
	"scripts": {
 | 
						"scripts": {
 | 
				
			||||||
		"start": "node server.js"
 | 
							"start": "node index.js"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"dependencies": {
 | 
						"dependencies": {
 | 
				
			||||||
		"express": "^4.12.4",
 | 
							"express": "^4.12.4",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user