mirror of
				https://github.com/bunny-lab-io/Borealis.git
				synced 2025-10-26 22:01:59 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "version": "2.0.0",
 | |
|   "tasks": [
 | |
|     {
 | |
|       "label": "Borealis - Server (Production)",
 | |
|       "type": "shell",
 | |
|       "command": "powershell.exe",
 | |
|       "args": [
 | |
|         "-ExecutionPolicy", "Bypass",
 | |
|         "-File", "${workspaceFolder}/Borealis.ps1",
 | |
|         "-Server", "-Flask"
 | |
|       ],
 | |
|       "presentation": {
 | |
|         "reveal": "always",
 | |
|         "panel": "shared"
 | |
|       },
 | |
|       "problemMatcher": []
 | |
|     },
 | |
|     {
 | |
|       "label": "Borealis - Server (Dev)",
 | |
|       "type": "shell",
 | |
|       "command": "powershell.exe",
 | |
|       "args": [
 | |
|         "-ExecutionPolicy", "Bypass",
 | |
|         "-File", "${workspaceFolder}/Borealis.ps1",
 | |
|         "-Server", "-Vite"
 | |
|       ],
 | |
|       "presentation": {
 | |
|         "reveal": "always",
 | |
|         "panel": "shared"
 | |
|       },
 | |
|       "problemMatcher": []
 | |
|     },
 | |
|     {
 | |
|       "label": "Borealis - Agent",
 | |
|       "type": "shell",
 | |
|       "command": "powershell.exe",
 | |
|       "args": [
 | |
|         "-ExecutionPolicy", "Bypass",
 | |
|         "-File", "${workspaceFolder}/Borealis.ps1",
 | |
|         "-Agent"
 | |
|       ],
 | |
|       "presentation": {
 | |
|         "reveal": "always",
 | |
|         "panel": "shared"
 | |
|       },
 | |
|       "problemMatcher": []
 | |
|     }
 | |
|   ]
 | |
| }
 |