mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Restructure codebase to use src directory
This commit is contained in:
6
src/config/sparkpost/client.ts
Normal file
6
src/config/sparkpost/client.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import SparkPost from 'sparkpost';
|
||||
import { SPARKPOST_API_KEY } from '../env';
|
||||
|
||||
const client = new SparkPost(SPARKPOST_API_KEY);
|
||||
|
||||
export default client;
|
||||
Reference in New Issue
Block a user