mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
feat(create-turbo): apply official-starter transform
This commit is contained in:
parent
55332d1ddb
commit
856eb69577
201 changed files with 2812 additions and 14413 deletions
33
.vscode/next-fast-turbo.code-workspace
vendored
33
.vscode/next-fast-turbo.code-workspace
vendored
|
|
@ -1,33 +0,0 @@
|
|||
{
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"eslint.workingDirectories": [
|
||||
{
|
||||
"mode": "auto"
|
||||
}
|
||||
],
|
||||
"python.testing.pytestArgs": ["apps"],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true,
|
||||
"cSpell.enableFiletypes": ["mdx"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue