@runeya/runeya 2.0.69 → 2.0.70
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/index.js +1 -1
- package/package.json +1 -1
- package/{src-MQWOIUB5.js → src-6WVQ2FQV.js} +1362 -1329
- package/src-6WVQ2FQV.js.map +1 -0
- package/src-MQWOIUB5.js.map +0 -1
package/index.js
CHANGED
|
@@ -274,7 +274,7 @@ async function main() {
|
|
|
274
274
|
ensureNodeBinOnPath();
|
|
275
275
|
await ensureUserBinsOnPath();
|
|
276
276
|
if (!isPullEnv) stampConsole();
|
|
277
|
-
const { createLocalServer, pullEnv, PullEnvError, registerInstance } = await import("./src-
|
|
277
|
+
const { createLocalServer, pullEnv, PullEnvError, registerInstance } = await import("./src-6WVQ2FQV.js");
|
|
278
278
|
if (isPullEnv) {
|
|
279
279
|
if (!serviceArg) {
|
|
280
280
|
console.error("Error: --service (-s) is required with --pull-env");
|