Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
d36204a4
Commit
d36204a4
authored
Aug 24, 2021
by
davidzagi93@gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
olve conflict in workspace.json emoved build from workspace
parent
ee3458d3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
35 deletions
+16
-35
workspace.json
workspace.json
+16
-35
No files found.
workspace.json
View file @
d36204a4
...
...
@@ -778,6 +778,22 @@
}
}
},
"remix-ui-terminal"
:
{
"root"
:
"libs/remix-ui/terminal"
,
"sourceRoot"
:
"libs/remix-ui/terminal/src"
,
"projectType"
:
"library"
,
"schematics"
:
{},
"architect"
:
{
"lint"
:
{
"builder"
:
"@nrwl/linter:lint"
,
"options"
:
{
"linter"
:
"eslint"
,
"tsConfig"
:
[
"libs/remix-ui/terminal/tsconfig.lib.json"
],
"exclude"
:
[
"**/node_modules/**"
,
"!libs/remix-ui/terminal/**/*"
]
}
}
}
},
"remix-ui-plugin-manager"
:
{
"root"
:
"libs/remix-ui/plugin-manager"
,
"sourceRoot"
:
"libs/remix-ui/plugin-manager/src"
,
...
...
@@ -841,41 +857,6 @@
}
}
},
"remix-ui-terminal"
:
{
"root"
:
"libs/remix-ui/terminal"
,
"sourceRoot"
:
"libs/remix-ui/terminal/src"
,
"projectType"
:
"library"
,
"schematics"
:
{},
"architect"
:
{
"lint"
:
{
"builder"
:
"@nrwl/linter:lint"
,
"options"
:
{
"linter"
:
"eslint"
,
"tsConfig"
:
[
"libs/remix-ui/terminal/tsconfig.lib.json"
],
"exclude"
:
[
"**/node_modules/**"
,
"!libs/remix-ui/terminal/**/*"
]
}
},
"build"
:
{
"builder"
:
"@nrwl/web:package"
,
"options"
:
{
"outputPath"
:
"dist/libs/remix-ui/terminal"
,
"tsConfig"
:
"libs/remix-ui/terminal/tsconfig.lib.json"
,
"project"
:
"libs/remix-ui/terminal/package.json"
,
"entryFile"
:
"libs/remix-ui/terminal/src/index.ts"
,
"external"
:
[
"react"
,
"react-dom"
],
"babelConfig"
:
"@nrwl/react/plugins/bundle-babel"
,
"rollupConfig"
:
"@nrwl/react/plugins/bundle-rollup"
,
"assets"
:
[
{
"glob"
:
"README.md"
,
"input"
:
"."
,
"output"
:
"."
}
]
}
}
}
},
"remix-ui-publish-to-storage"
:
{
"root"
:
"libs/remix-ui/publish-to-storage"
,
"sourceRoot"
:
"libs/remix-ui/publish-to-storage/src"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment