mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 02:22:24 +03:00
0a49258ddd
Co-authored-by: Himself65 <himself65@outlook.com>
18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"command": "yarn run dev",
|
|
"name": "Run Dev",
|
|
"request": "launch",
|
|
"type": "node-terminal"
|
|
},
|
|
{
|
|
"command": "yarn run dev:local",
|
|
"name": "Run Dev Locally",
|
|
"request": "launch",
|
|
"type": "node-terminal"
|
|
}
|
|
]
|
|
}
|