diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ for vscode you need to add a ~./.vscode/launch.json file like this: "request": "launch", "port": 9003, "pathMappings": { - "/var/www/html": "${workspaceRoot}/html" + "/var/www/public": "${workspaceRoot}/public" } } ] |
