@prisma/cli-init 0.0.0-dev.202506242335 → 0.0.0-dev.202506250155
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.202506250155";
|
|
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-NWRZQYY4.js";
|
|
32
32
|
import {
|
|
33
33
|
__commonJS,
|
|
34
34
|
__require,
|
|
@@ -2643,8 +2643,7 @@ function getStartHTTPServerResult(port, server) {
|
|
|
2643
2643
|
}
|
|
2644
2644
|
async function getApp(port, dbServer, serverState) {
|
|
2645
2645
|
const { debug } = serverState;
|
|
2646
|
-
const [{
|
|
2647
|
-
import("hono/cors"),
|
|
2646
|
+
const [{ Hono }, { accelerateRoute }, { utilityRoute }] = await Promise.all([
|
|
2648
2647
|
import("hono/tiny"),
|
|
2649
2648
|
import("./accelerate-TY7QIZCU.js"),
|
|
2650
2649
|
import("./utility-W6LOZZIT.js")
|
|
@@ -2661,7 +2660,6 @@ async function getApp(port, dbServer, serverState) {
|
|
|
2661
2660
|
logger((...args) => console.log("[Accelerate]", ...args))
|
|
2662
2661
|
);
|
|
2663
2662
|
}
|
|
2664
|
-
app.use("*", cors());
|
|
2665
2663
|
app.use("*", async (ctx, next) => {
|
|
2666
2664
|
ctx.set("db", dbServer);
|
|
2667
2665
|
ctx.set("debug", Boolean(debug));
|
|
@@ -3408,7 +3406,7 @@ var Init = class _Init {
|
|
|
3408
3406
|
let generatedSchema;
|
|
3409
3407
|
let generatedName;
|
|
3410
3408
|
if (isPpgCommand) {
|
|
3411
|
-
const PlatformCommands = await import("./_-
|
|
3409
|
+
const PlatformCommands = await import("./_-YFNGJKAF.js");
|
|
3412
3410
|
const credentials = await credentialsFile.load();
|
|
3413
3411
|
if (internals.isError(credentials))
|
|
3414
3412
|
throw credentials;
|