breakout into monorepo
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { PrintfulService, WebflowService } from "@blade-and-brawn/commerce";
|
||||
import type { PageServerLoad } from "./$types";
|
||||
|
||||
export const load = async ({ }: Parameters<PageServerLoad>[0]) => {
|
||||
return {
|
||||
products: {
|
||||
printful: PrintfulService.Products.getAll(),
|
||||
webflow: WebflowService.Products.getAll(),
|
||||
},
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user