UNPKG
@proofkit/cli
Version:
beta (2.0.0-beta.4)
latest (1.1.8)
2.0.0-beta.4
1.2.0-beta.2
1.2.0-beta.1
1.2.0-beta.0
1.1.8
1.1.6
1.1.5
1.0.0
1.0.0-beta.0
Create web application with the ProofKit stack
github.com/proofgeist/proofkit
proofgeist/proofkit
@proofkit/cli
/
template
/
extras
/
emailProviders
/
plunk
/
service.ts
5 lines
(3 loc)
•
121 B
text/typescript
View Raw
1
2
3
4
5
import
Plunk
from
"@plunk/node"
;
import
{ env }
from
"@/config/env"
;
export
const
plunk =
new
Plunk
(env.
PLUNK_API_KEY
);