tiptap/.vscode/launch.json
2022-04-09 06:52:37 +02:00

12 lines
223 B
JSON

{
"configurations": [
{
"name": "Launch Tiptap demos in Google Chrome",
"request": "launch",
"type": "chrome",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
}
]
}