@prisma/cli-init 0.0.0-dev.202512162145 → 0.0.0-dev.202512162203
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.
|
@@ -1505,7 +1505,7 @@ async function writeBinaryFile(buffer, path2) {
|
|
|
1505
1505
|
await chmod(path2, "755");
|
|
1506
1506
|
}
|
|
1507
1507
|
async function streamAsTextTo(file, path2) {
|
|
1508
|
-
await file.stream().pipeTo(WriteStream.toWeb(createWriteStream(path2, { encoding: "
|
|
1508
|
+
await file.stream().pipeTo(WriteStream.toWeb(createWriteStream(path2, { encoding: "utf8" })));
|
|
1509
1509
|
}
|
|
1510
1510
|
function isFileNotFoundError(error) {
|
|
1511
1511
|
return error != null && typeof error === "object" && "code" in error && error.code === "ENOENT";
|
package/dist/index.js
CHANGED
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
url,
|
|
22
22
|
withResolvers,
|
|
23
23
|
y
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-7WBH7PZA.js";
|
|
25
25
|
import {
|
|
26
26
|
__commonJS,
|
|
27
27
|
__require,
|
|
@@ -2632,7 +2632,7 @@ async function getApp(port, dbServer, serverState) {
|
|
|
2632
2632
|
const { debug: debug3 } = serverState;
|
|
2633
2633
|
const [{ Hono }, { accelerateRoute }, { utilityRoute }] = await Promise.all([
|
|
2634
2634
|
import("hono/tiny"),
|
|
2635
|
-
import("./accelerate-
|
|
2635
|
+
import("./accelerate-5VID4BSA.js"),
|
|
2636
2636
|
import("./utility-QJR3G2JJ.js")
|
|
2637
2637
|
]);
|
|
2638
2638
|
const app = new Hono();
|