fix: rename server.js to index.js for replit debugging (#24)
This commit is contained in:
		
							parent
							
								
									c57f99a00b
								
							
						
					
					
						commit
						50172b8907
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -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": "request_header", | 	"name": "request_header", | ||||||
| 	"version": "0.0.1", | 	"version": "0.0.1", | ||||||
| 	"description": "API project for freeCodeCamp", | 	"description": "API project for freeCodeCamp", | ||||||
| 	"main": "server.js", | 	"main": "index.js", | ||||||
| 	"scripts": { | 	"scripts": { | ||||||
| 		"start": "node server.js" | 		"start": "node index.js" | ||||||
| 	}, | 	}, | ||||||
| 	"dependencies": { | 	"dependencies": { | ||||||
| 		"express": "^5.0.0-alpha.2", | 		"express": "^5.0.0-alpha.2", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue