MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / seed

Function seed

apps/webapp/prisma/seed.ts:135–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133}
134
135async function seed() {
136 await seedIntegrationAuthMethods();
137
138 if (process.env.NODE_ENV === "development" && process.env.SEED_CLOUD === "enabled") {
139 await seedCloud(prisma);
140 }
141
142 await runDataMigrations();
143}
144
145seed()
146 .catch((e) => {

Callers 1

seed.tsFile · 0.85

Calls 3

seedCloudFunction · 0.90
runDataMigrationsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…