2025-06-28 17:07:53 +00:00
|
|
|
{
|
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
|
"version": "0.2.0",
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
2025-07-02 14:49:23 +00:00
|
|
|
"command": "npm run dev -- --open --host",
|
|
|
|
|
"name": "Node Launch server",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"type": "node-terminal"
|
|
|
|
|
}
|
2025-06-28 17:07:53 +00:00
|
|
|
]
|
|
|
|
|
}
|