mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 10:59:53 +00:00
16 lines
519 B
Plaintext
16 lines
519 B
Plaintext
{
|
|
// 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": "chrome",
|
|
"request": "launch",
|
|
"name": "Launch Chrome on frontend dev",
|
|
"url": "http://localhost:5173",
|
|
"webRoot": "${workspaceFolder}/src",
|
|
"sourceMaps": true,
|
|
}
|
|
]
|
|
} |