Skip to content

Commit

Permalink
Moved code into packages/bento-frontend repo
Browse files Browse the repository at this point in the history
  • Loading branch information
n2iw committed Mar 27, 2023
1 parent fd92f92 commit f582dc5
Show file tree
Hide file tree
Showing 491 changed files with 56,914 additions and 35,723 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/dist
dist

# vscode
/.vscode
Expand Down
5 changes: 5 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "independent"
}
23 changes: 23 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [
"build",
"test"
]
}
}
},
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
],
"outputs": [
"{projectRoot}/dist"
]
}
}
}
Loading

0 comments on commit f582dc5

Please sign in to comment.