Skip to content

Commit

Permalink
Merge branch 'main' into feature/custom-loading-indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin authored Sep 13, 2024
2 parents a5b43d5 + 0f16fa3 commit 23fff74
Show file tree
Hide file tree
Showing 31 changed files with 8,375 additions and 14,853 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
**/docs
**/node_modules
**/tests_output
*.d.ts
*.d.ts
/.nx/
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
build
dist
dist
/.nx/workspace-data
13 changes: 0 additions & 13 deletions lerna.json

This file was deleted.

9 changes: 9 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default"
}
},
"defaultBase": "main"
}
Loading

0 comments on commit 23fff74

Please sign in to comment.