Add documentation files and update configuration for Docs service

This commit is contained in:
Simon Larsen
2024-09-18 16:38:53 +01:00
parent bee38554ea
commit 26e3bb2074
56 changed files with 4924 additions and 3 deletions

14
.vscode/launch.json vendored
View File

@@ -105,6 +105,20 @@
"restart": true,
"autoAttachChildProcesses": true
},
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/Worker",
"name": "Docs: Debug with Docker",
"port": 8738,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"restart": true,
"autoAttachChildProcesses": true
},
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/Worker",