fix: rename server.js to index.js for replit debugging (#24)
This commit is contained in:
		
							parent
							
								
									c57f99a00b
								
							
						
					
					
						commit
						50172b8907
					
				@ -1,4 +1,4 @@
 | 
			
		||||
// server.js
 | 
			
		||||
// index.js
 | 
			
		||||
// where your node app starts
 | 
			
		||||
 | 
			
		||||
// init project
 | 
			
		||||
@ -2,9 +2,9 @@
 | 
			
		||||
	"name": "request_header",
 | 
			
		||||
	"version": "0.0.1",
 | 
			
		||||
	"description": "API project for freeCodeCamp",
 | 
			
		||||
	"main": "server.js",
 | 
			
		||||
	"main": "index.js",
 | 
			
		||||
	"scripts": {
 | 
			
		||||
		"start": "node server.js"
 | 
			
		||||
		"start": "node index.js"
 | 
			
		||||
	},
 | 
			
		||||
	"dependencies": {
 | 
			
		||||
		"express": "^5.0.0-alpha.2",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user