Files
Homarr/.vscode/launch.json
2023-12-08 22:35:15 +01:00

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>/**"]
}
]
}