16 lines
No EOL
334 B
JSON
16 lines
No EOL
334 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "npm",
|
|
"name": "Diagram run dev",
|
|
"command": "run",
|
|
"scripts": "dev",
|
|
},
|
|
{
|
|
"type": "npm",
|
|
"name": "Diagram run preview",
|
|
"command": "run",
|
|
"scripts": "preview",
|
|
}
|
|
]
|
|
} |