drizzle-kit 0.20.5-fd4dd75 → 0.20.5
Sign up to get free protection for your applications and to get access to all the features.
- package/bin.cjs +1 -3
- package/package.json +1 -1
package/bin.cjs
CHANGED
@@ -63625,9 +63625,7 @@ var studioCommand = new import_commander.Command("studio").option("--port <port>
|
|
63625
63625
|
{
|
63626
63626
|
imports: ts.imports,
|
63627
63627
|
declarations: ts.decalrations,
|
63628
|
-
schemaEntry:
|
63629
|
-
|
63630
|
-
${relationsTs}`
|
63628
|
+
schemaEntry: ts.schemaEntry
|
63631
63629
|
},
|
63632
63630
|
Boolean(options.verbose)
|
63633
63631
|
);
|