Skip to content

Commit

Permalink
add xstate code for blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
dearlordylord committed Aug 19, 2024
1 parent 53f8ab2 commit 38e8381
Show file tree
Hide file tree
Showing 18 changed files with 740 additions and 235 deletions.
9 changes: 7 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
},
"@nx/vite:build": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
}
},
"namedInputs": {
Expand All @@ -75,10 +80,10 @@
"generators": {
"@nx/react": {
"application": {
"babel": true,
"style": "styled-components",
"linter": "eslint",
"bundler": "vite",
"babel": true
"bundler": "vite"
},
"library": {
"style": "styled-components",
Expand Down
Loading

0 comments on commit 38e8381

Please sign in to comment.