Centralize webflow/printful clients in portal

This commit is contained in:
Dominic Ferrando
2026-07-17 14:45:37 -04:00
parent d55ca423c5
commit fde7d9a363
5 changed files with 33 additions and 13 deletions
+7
View File
@@ -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
});