Address assets issue
when items are in git ignore, they won't be copied. Explicitely ncluding in .nxignore resolves this.
This commit is contained in:
parent
eee02f6a56
commit
efff71e59c
2
apps/blakus-api/.gitignore
vendored
2
apps/blakus-api/.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
node_modules
|
||||
# Keep environment variables out of version control
|
||||
.env
|
||||
**/certs/*.pem
|
||||
2
apps/blakus-api/.nxignore
Normal file
2
apps/blakus-api/.nxignore
Normal file
@ -0,0 +1,2 @@
|
||||
# Include certs for nx (for example, copying as assets)
|
||||
!**/certs/*.pem
|
||||
Loading…
x
Reference in New Issue
Block a user