mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 06:33:32 +03:00
12 lines
179 B
JSON
12 lines
179 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"command": "pnpm run dev",
|
||
|
"name": "Run Dev",
|
||
|
"request": "launch",
|
||
|
"type": "node-terminal"
|
||
|
}
|
||
|
]
|
||
|
}
|