Replies: 1 comment 1 reply
-
|
@rostag thanks for reading the blog and bringing this to my attention! I've updated that specific post and given you credit in the Updates section ;) I'll go through the rest of my posts in this series and get them updated as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wallace, thanks for the good article on adding feature library (https://thefullstack.engineer/full-stack-development-series-part-2-creating-a-rest-api-with-nestjs/#/portal/signup)
One note: the first generation command mentioned there needs rewriting after rescoping of the @nrwl packages to @nx (mentioned here: https://nx.dev/recipes/other/rescope).
So this:
npx nx generate @nrwl/workspace:library domain --directory=shared --importPath=@fst/shared/domain --skipBabelrc --standaloneConfig --tags=scope:shared,type:domainWould become this:
npx nx generate @nx/js:library domain --directory=shared --importPath=@mtm/shared/domain --tags=scope:shared,type:domainWarmest regards from Ukraine :)
R.
Beta Was this translation helpful? Give feedback.
All reactions