@prisma/cli-init 0.0.0-dev.202510020854 → 0.0.0-dev.202510101238
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.202510101238";
|
|
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-3ML7HNP7.js";
|
|
32
32
|
import {
|
|
33
33
|
__commonJS,
|
|
34
34
|
__require,
|
|
@@ -2643,9 +2643,10 @@ function getStartHTTPServerResult(port, server) {
|
|
|
2643
2643
|
}
|
|
2644
2644
|
async function getApp(port, dbServer, serverState) {
|
|
2645
2645
|
const { debug } = serverState;
|
|
2646
|
-
const [{ Hono }, { accelerateRoute }, { utilityRoute }] = await Promise.all([
|
|
2646
|
+
const [{ Hono }, { accelerateRoute }, { accelerateQcProxy }, { utilityRoute }] = await Promise.all([
|
|
2647
2647
|
import("hono/tiny"),
|
|
2648
2648
|
import("./accelerate-QZ3K5QFP.js"),
|
|
2649
|
+
import("./accelerate-qc-ORGAM37O.js"),
|
|
2649
2650
|
import("./utility-W6LOZZIT.js")
|
|
2650
2651
|
]);
|
|
2651
2652
|
const app = new Hono();
|
|
@@ -2671,6 +2672,7 @@ async function getApp(port, dbServer, serverState) {
|
|
|
2671
2672
|
return await next();
|
|
2672
2673
|
});
|
|
2673
2674
|
const mainRoute = new Hono();
|
|
2675
|
+
mainRoute.use("*", accelerateQcProxy);
|
|
2674
2676
|
mainRoute.route("/", accelerateRoute);
|
|
2675
2677
|
mainRoute.route("/", utilityRoute);
|
|
2676
2678
|
app.route("/", mainRoute);
|
|
@@ -3408,7 +3410,7 @@ var Init = class _Init {
|
|
|
3408
3410
|
let generatedSchema;
|
|
3409
3411
|
let generatedName;
|
|
3410
3412
|
if (isPpgCommand) {
|
|
3411
|
-
const PlatformCommands = await import("./_-
|
|
3413
|
+
const PlatformCommands = await import("./_-PCMJPMSL.js");
|
|
3412
3414
|
const credentials = await credentialsFile.load();
|
|
3413
3415
|
if (internals.isError(credentials))
|
|
3414
3416
|
throw credentials;
|