mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
14 lines
225 B
JSON
14 lines
225 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Debug",
|
|
"request": "launch",
|
|
"runtimeArgs": ["run", "dev"],
|
|
"runtimeExecutable": "npm",
|
|
"skipFiles": ["<node_internals>/**"],
|
|
"type": "node"
|
|
}
|
|
],
|
|
"version": "0.2.0"
|
|
}
|