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