docs(docs): 🗑️ remove docs app, include more i18n locales

This commit is contained in:
Amruth Pillai
2022-08-28 11:16:08 +02:00
parent f4a12285f5
commit 79d3ef1306
41 changed files with 722 additions and 7340 deletions

26
.vscode/launch.json vendored
View File

@ -1,26 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"name": "Debug: Server",
"port": 9229,
"request": "attach",
"restart": true,
"protocol": "inspector",
"stopOnEntry": false
},
{
"name": "Debug: Client",
"type": "node-terminal",
"request": "launch",
"command": "pnpm run dev:client",
"console": "integratedTerminal",
"serverReadyAction": {
"action": "debugWithChrome",
"pattern": "started server on .+, url: (https?://.+)",
"uriFormat": "%s"
}
}
]
}