mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-19 18:45:15 +02:00
Initial commit
This commit is contained in:
commit
55332d1ddb
168 changed files with 18456 additions and 0 deletions
33
.vscode/next-fast-turbo.code-workspace
vendored
Normal file
33
.vscode/next-fast-turbo.code-workspace
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue