feat: massive front-end overhaul and initial github release
This commit is contained in:
parent
a2b40e38bf
commit
d5a0e70580
303 changed files with 19840 additions and 676 deletions
26
.vscode/settings.json
vendored
26
.vscode/settings.json
vendored
|
|
@ -1,9 +1,27 @@
|
|||
{
|
||||
"files.readonlyInclude": {
|
||||
"**/routeTree.gen.ts": true
|
||||
"**/*.gen.ts": true,
|
||||
"src/mainview/gen/*": true,
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
"**/routeTree.gen.ts": true
|
||||
"**/*.gen.ts": true,
|
||||
"src/mainview/gen/*": true,
|
||||
},
|
||||
"search.exclude": {
|
||||
"**/routeTree.gen.ts": true
|
||||
}
|
||||
"**/*.gen.ts": true,
|
||||
"src/mainview/gen/*": true,
|
||||
|
||||
},
|
||||
"editor.formatOnSave": true,
|
||||
"[typescriptreact]": {
|
||||
"editor.defaultFormatter": "vscode.typescript-language-features",
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "vscode.typescript-language-features",
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"cSpell.words": [
|
||||
"elysia"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue