Script env import fixes

This commit is contained in:
Dominic Ferrando
2026-07-03 20:05:51 -04:00
parent 2ae4bbaf0c
commit fb33b31653
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Printful, PrintfulClient, PrintfulError, Webflow, WebflowClient, WebflowError } from "@blade-and-brawn/commerce";
import { env } from "../env";
import { env } from "../util";
const BASE_URL = "http://dev.api.bladeandbrawn.com";