mirror of
https://github.com/koush/scrypted.git
synced 2026-03-06 03:12:00 +00:00
23 lines
760 B
JSON
23 lines
760 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "pwa-node",
|
|
"request": "launch",
|
|
"name": "Launch Program",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
],
|
|
"preLaunchTask": "npm: build",
|
|
"program": "${workspaceFolder}/dist/app.js",
|
|
"env": {
|
|
"GOOGLE_CLOUD_PROJECT": "scrypted-gda-server",
|
|
"GOOGLE_APPLICATION_CREDENTIALS": "credentials.json",
|
|
"PORT": "4000"
|
|
}
|
|
}
|
|
]
|
|
} |