diff --git a/workspace.json b/workspace.json index 02fdc75d3a..7873b49153 100644 --- a/workspace.json +++ b/workspace.json @@ -1007,6 +1007,23 @@ } } }, + "remix-ui-home-tab": { + "root": "libs/remix-ui/home-tab", + "sourceRoot": "libs/remix-ui/home-tab/src", + "projectType": "library", + "schematics": {}, + "architect": { + "lint": { + "builder": "@nrwl/linter:lint", + "options": { + "linter": "eslint", + "tsConfig": ["libs/remix-ui/home-tab/tsconfig.lib.json"], + "exclude": ["**/node_modules/**", "!libs/remix-ui/home-tab/**/*"] + } + + } + } + }, "remix-ui-editor": { "root": "libs/remix-ui/editor", "sourceRoot": "libs/remix-ui/editor/src", @@ -1023,6 +1040,37 @@ } } }, + "remix-ui-theme-module": { + "root": "libs/remix-ui/theme-module", + "sourceRoot": "libs/remix-ui/theme-module/src", + "projectType": "library", + "architect": { + "lint": { + "builder": "@nrwl/linter:lint", + "options": { + "linter": "eslint", + "tsConfig": ["libs/remix-ui/editor/tsconfig.lib.json"], + "exclude": ["**/node_modules/**", "!libs/remix-ui/editor/**/*"] + } + } + } + }, + "remix-ui-app": { + "root": "libs/remix-ui/app", + "sourceRoot": "libs/remix-ui/app/src", + "projectType": "library", + "schematics": {}, + "architect": { + "lint": { + "builder": "@nrwl/linter:lint", + "options": { + "linter": "eslint", + "tsConfig": ["libs/remix-ui/app/tsconfig.lib.json"], + "exclude": ["**/node_modules/**", "!libs/remix-ui/app/**/*"] + } + } + } + }, "remix-ui-helper": { "root": "libs/remix-ui/helper", "sourceRoot": "libs/remix-ui/helper/src", @@ -1166,4 +1214,4 @@ } }, "defaultProject": "remix-ide" -} +} \ No newline at end of file