1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +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

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",
}
}
]