@runeya/runeya 2.0.13 → 2.0.14
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/agent/index.js +15 -2
- package/agent/index.js.map +1 -1
- package/{dist-HGCFHXO4.js → dist-TI3HFRUW.js} +15 -2
- package/dist-TI3HFRUW.js.map +1 -0
- package/index.js +1 -1
- package/package.json +1 -1
- package/dist-HGCFHXO4.js.map +0 -1
package/index.js
CHANGED
|
@@ -152,7 +152,7 @@ function listenWithRetry(server, port, host, wss, maxRetries = 20, delay = 500)
|
|
|
152
152
|
});
|
|
153
153
|
}
|
|
154
154
|
async function main() {
|
|
155
|
-
const { createLocalServer, pullEnv, PullEnvError } = await import("./dist-
|
|
155
|
+
const { createLocalServer, pullEnv, PullEnvError } = await import("./dist-TI3HFRUW.js");
|
|
156
156
|
if (isPullEnv) {
|
|
157
157
|
if (!serviceArg) {
|
|
158
158
|
console.error("Error: --service (-s) is required with --pull-env");
|