test_17
Push to main / Reset-Version-Tag (push) Successful in 6s

This commit is contained in:
2026-05-18 11:09:13 -06:00
parent 5f5983b35a
commit 6d6340e066
+1
View File
@@ -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]);
});