mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 09:12:58 +01:00
Format
This commit is contained in:
parent
9272bf99c2
commit
73a0160e77
4
nextcloud_backup/backend/.vscode/launch.json
vendored
4
nextcloud_backup/backend/.vscode/launch.json
vendored
@ -12,9 +12,7 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"restart": true,
|
"restart": true,
|
||||||
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/nodemon",
|
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/nodemon",
|
||||||
"skipFiles": [
|
"skipFiles": ["<node_internals>/**"],
|
||||||
"<node_internals>/**"
|
|
||||||
],
|
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"preLaunchTask": "npm: build:watch"
|
"preLaunchTask": "npm: build:watch"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user