DocSpace-client/frontend.code-workspace
AlexeySafronov d568693154 Big Fix commit:
+ Added new Clients for CRM/Products
+ Removed old fake coming-soon pages
+ Added combineUrl and AppSettingsConfig with proxyUrl
+ Added new fields to modules info on Server
+ Fixed work with icon and image urls
+ Added CRM/Projects to nginx/onlyoffice.conf
+ Applied combineUrl in studio links
+ Added and applied "id" field in package.json of all Clients
+ Added new bat files CrmClient.bat and ProjectsClient.bat
+ Fixed ProductClassName for Files
2021-03-22 00:34:21 +03:00

53 lines
1.1 KiB
Plaintext

{
"folders": [
{
"name": "✨ appserver",
"path": "."
},
{
"name": "📦 @appserver/common",
"path": "packages\\asc-web-common"
},
{
"name": "📦 @appserver/components",
"path": "packages\\asc-web-components"
},
{
"name": "🚀 @appserver/files",
"path": "products\\ASC.Files\\Client"
},
{
"name": "🚀 @appserver/people",
"path": "products\\ASC.People\\Client"
},
{
"name": "🚀 @appserver/crm",
"path": "products\\ASC.Crm\\Client"
},
{
"name": "🚀 @appserver/projects",
"path": "products\\ASC.Projects\\Client"
},
{
"name": "🚀 @appserver/studio",
"path": "web\\ASC.Web.Client"
},
{
"name": "🚀 @appserver/login",
"path": "web\\ASC.Web.Login"
},
{
"name": "🚀 @appserver/editor",
"path": "web\\ASC.Web.Editor"
}
],
"settings": {
"window.zoomLevel": 0,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"extensions": {
"recommendations": ["folke.vscode-monorepo-workspace"]
}
}