mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 09:18:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			516 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			516 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "tasks": [
 | |
|         {
 | |
|             "type": "shell",
 | |
|             "command": "symfony",
 | |
|             "args": [
 | |
|                 "server:start",
 | |
|                 "--allow-http",
 | |
|                 "--no-tls",
 | |
|                 "--port=8000",
 | |
|                 "--allow-all-ip",
 | |
|                 "-d"
 | |
|             ],
 | |
|             "label": "symfony"
 | |
|         },
 | |
|         {
 | |
|             "type": "shell",
 | |
|             "command": "yarn",
 | |
|             "args": ["encore", "dev", "--watch"],
 | |
|             "label": "webpack"
 | |
|         }
 | |
|     ]
 | |
| }
 |