Centralize webflow/printful clients in portal
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { PrintfulClient } from "@blade-and-brawn/commerce";
|
||||
import { env } from "$env/dynamic/private";
|
||||
|
||||
export const printful = new PrintfulClient({
|
||||
token: env.PRINTFUL_AUTH,
|
||||
storeId: env.PRINTFUL_STORE_ID
|
||||
});
|
||||
Reference in New Issue
Block a user