mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
- updated libraries to further support #14 - feat: Add environment configuration files and update dependencies for Node adapter
21 lines
355 B
JSON
21 lines
355 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "dev",
|
|
"problemMatcher": [],
|
|
"label": "npm: dev",
|
|
"detail": "astro dev",
|
|
"runOptions": {
|
|
"runOn": "folderOpen"
|
|
},
|
|
"isBackground": true,
|
|
"presentation": {
|
|
"reveal": "always",
|
|
"panel": "new"
|
|
}
|
|
}
|
|
]
|
|
}
|