mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-23 19:19:03 +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}"
|
|
}
|
|
]
|
|
}
|