mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-30 18:27:56 +01:00
Documentation: cleanup devcontainer docs and move into tasks and launch config files
This commit is contained in:
parent
6c138a21d4
commit
e44cfef662
4 changed files with 39 additions and 157 deletions
|
|
@ -3,6 +3,7 @@
|
|||
"configurations": [
|
||||
{
|
||||
"name": "Chrome: Debug Angular Frontend",
|
||||
"description": "Debug the Angular Dev Frontend in Chrome",
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"url": "http://localhost:4200",
|
||||
|
|
@ -11,6 +12,7 @@
|
|||
},
|
||||
{
|
||||
"name": "Debug: Backend Server (manage.py runserver)",
|
||||
"description": "Debug the Django Backend Server",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/src/manage.py",
|
||||
|
|
@ -26,6 +28,7 @@
|
|||
},
|
||||
{
|
||||
"name": "Debug: Consumer Service (manage.py document_consumer)",
|
||||
"description": "Debug the Consumer Service which processes files from a directory",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/src/manage.py",
|
||||
|
|
@ -43,6 +46,7 @@
|
|||
"compounds": [
|
||||
{
|
||||
"name": "Debug: FullStack",
|
||||
"description": "Debug run the Angular dev frontend, Django backend, and consumer service",
|
||||
"configurations": [
|
||||
"Chrome: Debug Angular Frontend",
|
||||
"Debug: Backend Server (manage.py runserver)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue