remove exec

This commit is contained in:
dylan 2024-03-26 19:51:00 -07:00
parent 15c9eb4137
commit 30faf61e5c

View File

@ -26,8 +26,8 @@ const picoBinPath = path.resolve(picoDirPath, "pico8");
const {stdout, } = await execa("ls", ["-la", picoDirPath]);
console.log(stdout);
const {stdout: stdout2, } = await execa(picoBinPath, ["-x"]);
console.log(stdout2);
// const {stdout: stdout2, } = await execa(picoBinPath, ["-x"]);
// console.log(stdout2);
const handler = async ({payload}: FirRouteInput<typeof payloadT>) => {
const {manifest, token} = payload;