Skip to content

Commit

Permalink
terminal reference implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
dearlordylord committed Feb 3, 2024
1 parent 357d868 commit a06d5f3
Show file tree
Hide file tree
Showing 16 changed files with 1,548 additions and 159 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ TODO keywords: immutable/functional, (optionally) deterministic, 0 dependency, t

TODO reference implementations: web, react-native

TODO publish properly (when NX really supports it)
TODO publish properly (when NX really supports it) - or move to pnpm workspaces, publish from there
5 changes: 5 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"@nx/vite:test": {
"cache": true,
"inputs": ["default", "^production"]
},
"@nx/esbuild:esbuild": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
}
},
"namedInputs": {
Expand Down
Loading

0 comments on commit a06d5f3

Please sign in to comment.