Skip to content

Commit

Permalink
Partially working yarn start command
Browse files Browse the repository at this point in the history
  • Loading branch information
silviubogan committed Jul 9, 2020
1 parent c04558a commit 516189f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 34,554 deletions.
26 changes: 13 additions & 13 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@
"compilerOptions": {
"baseUrl": "src",
"paths": {
"volto-mosaic": [
"develop/volto-mosaic/src"
"volto-addons": [
"develop/volto-addons/src"
],
"volto-datablocks": [
"develop/volto-datablocks/src"
"volto-base": [
"develop/volto-base/src"
],
"volto-blocks": [
"develop/volto-blocks/src"
],
"volto-addons": [
"develop/volto-addons/src"
],
"volto-ckeditor": [
"develop/volto-ckeditor/src"
],
"volto-datablocks": [
"develop/volto-datablocks/src"
],
"volto-drafteditor": [
"develop/volto-drafteditor/src"
],
"volto-embed": [
"develop/volto-embed/src"
],
"volto-mosaic": [
"develop/volto-mosaic/src"
],
"volto-plotlycharts": [
"develop/volto-plotlycharts/src"
],
"volto-sidebar": [
"develop/volto-sidebar/src"
],
"volto-base": [
"develop/volto-base/src"
],
"volto-embed": [
"develop/volto-embed/src"
]
}
}
Expand Down
Loading

0 comments on commit 516189f

Please sign in to comment.