@prisma/orm-toolchain 8.0.0-rc.11-dev.18 → 8.0.0-rc.11-dev.20
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
|
@@ -5144,7 +5144,7 @@ const lspCommand = defineServerCommand({
|
|
|
5144
5144
|
} },
|
|
5145
5145
|
handler: async (args, io) => {
|
|
5146
5146
|
const exitCode = await withoutClientProcessIdInArgv(async () => {
|
|
5147
|
-
const { startServer } = await import("./exports-
|
|
5147
|
+
const { startServer } = await import("./exports-HR2MWHrQ.mjs");
|
|
5148
5148
|
return startServer({
|
|
5149
5149
|
stdin: io.stdin,
|
|
5150
5150
|
stdout: io.stdout,
|