@prisma/cli-init 0.0.0-dev.202512111908 → 0.0.0-dev.202512121158
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2603,7 +2603,7 @@ async function dumpDB(options) {
|
|
|
2603
2603
|
// ../../dev/server/src/http.ts
|
|
2604
2604
|
import { createServer as createServer2 } from "http";
|
|
2605
2605
|
import { promisify } from "util";
|
|
2606
|
-
import getPlatformModule from "@prisma/get-platform";
|
|
2606
|
+
import * as getPlatformModule from "@prisma/get-platform";
|
|
2607
2607
|
async function startHTTPServer(dbServer, serverState) {
|
|
2608
2608
|
const { port } = serverState;
|
|
2609
2609
|
if (serverState.dryRun) {
|