Open teffy-tr opened 3 years ago
did you figure it out? I think its to do with typescript types.
just import secrets from 'secrets';
Yes, this is a typescript issue. Update the import to:
// @ts-ignore
import secrets from "secrets";
Would prefer another solution, but this works for now for me.
I am trying to import the secrets but content wont detect the path.
Also, is there any example to follow on how you properly use the secrets? Thank you.