mirror of
https://github.com/jimeh/commonflow.org.git
synced 2026-02-19 05:46:40 +00:00
12 lines
181 B
JSON
12 lines
181 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"command": "npm run dev",
|
|
"name": "dev server",
|
|
"request": "launch",
|
|
"type": "node-terminal"
|
|
}
|
|
]
|
|
}
|