mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-10-30 22:13:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			585 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			585 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   // Use IntelliSense to learn about possible attributes.
 | |
|   // Hover to view descriptions of existing attributes.
 | |
|   // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
 | |
|   "version": "0.2.0",
 | |
|   "configurations": [
 | |
|     {
 | |
|       "name": "Next.js: debug full stack",
 | |
|       "type": "node",
 | |
|       "request": "launch",
 | |
|       "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/next",
 | |
|       "serverReadyAction": {
 | |
|         "pattern": "started server on .+, url: (https?://.+)",
 | |
|         "uriFormat": "%s",
 | |
|         "action": "debugWithChrome"
 | |
|       }
 | |
|     }
 | |
|   ]
 | |
| } | 
