@prisma/orm-toolchain 8.0.0-rc.11-dev.7 → 8.0.0-rc.11-dev.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.mjs
CHANGED
|
@@ -5143,7 +5143,7 @@ const lspCommand = defineServerCommand({
|
|
|
5143
5143
|
} },
|
|
5144
5144
|
handler: async (args, io) => {
|
|
5145
5145
|
const exitCode = await withoutClientProcessIdInArgv(async () => {
|
|
5146
|
-
const { startServer } = await import("./exports-
|
|
5146
|
+
const { startServer } = await import("./exports-B8peSdx4.mjs");
|
|
5147
5147
|
return startServer({
|
|
5148
5148
|
stdin: io.stdin,
|
|
5149
5149
|
stdout: io.stdout,
|