mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 03:09:19 +01:00
14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Next.js",
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"command": "pnpm dev",
|
|
"cwd": "${workspaceFolder}/apps/nextjs/",
|
|
"skipFiles": ["<node_internals>/**"]
|
|
}
|
|
]
|
|
}
|