@@ -49,6 +49,7 @@ readdirSync(".")
|
|||||||
await sendFile(modPyPath, readFileSync(`${modName}.mpy`).buffer);
|
await sendFile(modPyPath, readFileSync(`${modName}.mpy`).buffer);
|
||||||
|
|
||||||
// Update urls
|
// Update urls
|
||||||
|
console.log("FARTS");
|
||||||
packageJsonUrls.push([`${libName}/${modInitPath}`, "__init__.mpy"]);
|
packageJsonUrls.push([`${libName}/${modInitPath}`, "__init__.mpy"]);
|
||||||
packageJsonUrls.push([`${libName}/${modName}/${modPyPath}`, modPyPath]);
|
packageJsonUrls.push([`${libName}/${modName}/${modPyPath}`, modPyPath]);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user