@prisma/cli-init 0.0.0-dev.202510101313 → 0.0.0-dev.202510101424
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.
|
@@ -344,7 +344,7 @@ import internals5 from "@prisma/internals";
|
|
|
344
344
|
import * as Checkpoint from "checkpoint-client";
|
|
345
345
|
|
|
346
346
|
// package.json
|
|
347
|
-
var version = "0.0.0-dev.
|
|
347
|
+
var version = "0.0.0-dev.202510101424";
|
|
348
348
|
|
|
349
349
|
// src/platform/_lib/userAgent.ts
|
|
350
350
|
var debug = Debug("prisma:cli:platform:_lib:userAgent");
|
package/dist/index.js
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
printPpgInitOutput,
|
|
29
29
|
requestOrThrow,
|
|
30
30
|
successMessage
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-AHBJP5IF.js";
|
|
32
32
|
import {
|
|
33
33
|
__commonJS,
|
|
34
34
|
__require,
|
|
@@ -2643,10 +2643,9 @@ function getStartHTTPServerResult(port, server) {
|
|
|
2643
2643
|
}
|
|
2644
2644
|
async function getApp(port, dbServer, serverState) {
|
|
2645
2645
|
const { debug } = serverState;
|
|
2646
|
-
const [{ Hono }, { accelerateRoute }, {
|
|
2646
|
+
const [{ Hono }, { accelerateRoute }, { utilityRoute }] = await Promise.all([
|
|
2647
2647
|
import("hono/tiny"),
|
|
2648
|
-
import("./accelerate-
|
|
2649
|
-
import("./accelerate-qc-AXNAA2VC.js"),
|
|
2648
|
+
import("./accelerate-XUW55CZU.js"),
|
|
2650
2649
|
import("./utility-W6LOZZIT.js")
|
|
2651
2650
|
]);
|
|
2652
2651
|
const app = new Hono();
|
|
@@ -2672,7 +2671,6 @@ async function getApp(port, dbServer, serverState) {
|
|
|
2672
2671
|
return await next();
|
|
2673
2672
|
});
|
|
2674
2673
|
const mainRoute = new Hono();
|
|
2675
|
-
mainRoute.use("*", accelerateQcProxy);
|
|
2676
2674
|
mainRoute.route("/", accelerateRoute);
|
|
2677
2675
|
mainRoute.route("/", utilityRoute);
|
|
2678
2676
|
app.route("/", mainRoute);
|
|
@@ -3410,7 +3408,7 @@ var Init = class _Init {
|
|
|
3410
3408
|
let generatedSchema;
|
|
3411
3409
|
let generatedName;
|
|
3412
3410
|
if (isPpgCommand) {
|
|
3413
|
-
const PlatformCommands = await import("./_-
|
|
3411
|
+
const PlatformCommands = await import("./_-VS5UYW7G.js");
|
|
3414
3412
|
const credentials = await credentialsFile.load();
|
|
3415
3413
|
if (internals.isError(credentials))
|
|
3416
3414
|
throw credentials;
|