fix build

This commit is contained in:
KM Koushik
2025-09-06 05:30:20 +10:00
parent 3e6d4d12df
commit 02a8338505
3 changed files with 5 additions and 5 deletions

View File

@@ -65,7 +65,7 @@
"superjson": "^2.2.2",
"tldts": "^7.0.4",
"ua-parser-js": "^2.0.3",
"usesend": "workspace:*",
"usesend-js": "workspace:*",
"use-debounce": "^10.0.4",
"zod": "^3.24.3",
"zustand": "^5.0.8"
@@ -100,4 +100,4 @@
"initVersion": "7.30.0"
},
"packageManager": "pnpm@8.9.2"
}
}

View File

@@ -1,5 +1,5 @@
import { env } from "~/env";
import { UseSend } from "usesend";
import { UseSend } from "usesend-js";
import { isSelfHosted } from "~/utils/common";
import { db } from "./db";
import { getDomains } from "./service/domain-service";