mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
33 lines
577 B
Text
33 lines
577 B
Text
{
|
|
"folders": [
|
|
{
|
|
"name": "Frontend",
|
|
"path": "../apps/web"
|
|
},
|
|
{
|
|
"name": "API",
|
|
"path": "../apps/api"
|
|
},
|
|
{
|
|
"name": "Documentation",
|
|
"path": "../apps/docs"
|
|
},
|
|
{
|
|
"name": "Root",
|
|
"path": "../"
|
|
}
|
|
],
|
|
"extensions": {
|
|
"recommendations": ["joshx.workspace-terminals"]
|
|
},
|
|
"launch": {
|
|
"version": "0.2.0",
|
|
"configurations": [],
|
|
"compounds": [
|
|
{
|
|
"name": "Launch Frontend and Backend",
|
|
"configurations": ["Next.js: Chrome", "Python: FastAPI"]
|
|
}
|
|
]
|
|
}
|
|
}
|