I can see `isEnabled` in the docs, but not working...
# prisma-whats-new
m
I can see
isEnabled
in the docs, but not working with latest next cli
a
No, you can comment the function out, then it will be removed on the next deploy.
If you want to enable it again later, just uncomment it and deploy again.
m
okay cool, thanks. possibly an issue with the docs being a couple of versions ahead of the npm release?
a
No, behind. The
isEnabled
flag was there in a previous version, but got removed. Although there's still an active discussion in one of the GH issues whether or not it should return. But for now, it's gone 😄
m
ah, got it - thnks!
are there any threads with suggested approaches to environment secrets?