26 lines
537 B
JSON
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"
|
|
}
|
|
]
|
|
} |