1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

Workspace: improve debugger experience (#8803)

This commit is contained in:
pedr 2023-09-10 07:20:56 -03:00 committed by GitHub
parent bac1009492
commit fad643d916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,13 +381,14 @@
"!**/node_modules/**"
],
"program": "${workspaceFolder}/packages/server/src/app.ts",
"localRoot": "${workspaceFolder}/packages/server",
"args": [
"--env", "dev"
],
"env": {
"JOPLIN_IS_TESTING": "1",
"TERMS_URL": "https://example.com",
"PRIVACY_URL": "https://example.com",
"APP_BASE_URL": "http://joplincloud.local:22300",
"API_BASE_URL": "http://api.joplincloud.local:22300",
}
}
]