Files
2025-04-13 00:23:01 +02:00

26 lines
537 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Next.js Dev Server",
"type": "shell",
"command": "pnpm dev",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "always",
"panel": "dedicated"
}
},
{
"label": "Next.js Build",
"type": "shell",
"command": "pnpm build",
"problemMatcher": [],
"group": "build"
}
]
}