@hienlh/ppm 0.8.41 → 0.8.42
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/package.json
CHANGED
|
@@ -127,8 +127,8 @@ async function main() {
|
|
|
127
127
|
// (Bun.spawn + unref on Windows keeps child in same job object → dies when worker exits)
|
|
128
128
|
let childPid: number;
|
|
129
129
|
// Compiled binary: execPath IS the server, no "run script" needed
|
|
130
|
-
const
|
|
131
|
-
const serverArgs =
|
|
130
|
+
const isCompiled = !process.execPath.includes("bun");
|
|
131
|
+
const serverArgs = isCompiled
|
|
132
132
|
? ["__serve__", String(P.port), P.host, P.config].filter(Boolean)
|
|
133
133
|
: ["run", P.serverScript, "__serve__", String(P.port), P.host, P.config].filter(Boolean);
|
|
134
134
|
|
package/chat-ui-test-1.png
DELETED
|
Binary file
|
package/chat-ui-test-mid.png
DELETED
|
Binary file
|
package/chat-ui-test-mid2.png
DELETED
|
Binary file
|
package/chat-ui-test-top.png
DELETED
|
Binary file
|
package/chat-ui-v2-mid.png
DELETED
|
Binary file
|
|
Binary file
|