fix(prisma): stop large-team-seed running on import (#2852)

This commit is contained in:
Ephraim Duncan
2026-05-26 04:13:12 +00:00
committed by GitHub
parent 5421b0d1cc
commit eedf483957
+3 -1
View File
@@ -63,4 +63,6 @@ const main = async () => {
}
};
void main();
if (require.main === module) {
void main();
}