mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
12 lines
223 B
JSON
12 lines
223 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Launch Tiptap demos in Google Chrome",
|
||
|
"request": "launch",
|
||
|
"type": "chrome",
|
||
|
"url": "http://localhost:3000",
|
||
|
"webRoot": "${workspaceFolder}"
|
||
|
}
|
||
|
]
|
||
|
}
|