Skip to content

Commit

Permalink
fix: update path mapping for gdatavaas in launch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartdohmann committed Nov 5, 2024
1 parent 2f1e3f2 commit 84edb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"port": 9080,
"pathMappings": {
"/var/www/html/": "${workspaceFolder}/nextcloud-server",
"/var/www/html/apps/gdatavaas": "${workspaceFolder}/build/artifact/gdatavaas",
"/var/www/html/apps/gdatavaas": "${workspaceFolder}/build/artifacts/gdatavaas",
},
"runtimeArgs": [
"-dxdebug.mode=debug",
Expand Down

0 comments on commit 84edb04

Please sign in to comment.