try to make pico executable in docker
This commit is contained in:
		| @@ -21,6 +21,10 @@ const payloadT = Type.Any(); | ||||
| const repoPath = path.resolve(__dirname, "..", "..", "..", "repo"); | ||||
| const picoBinPath = path.resolve(__dirname, "..", "..", "..", "pico8", "pico8"); | ||||
|  | ||||
| // const {stdout, } = await execa(picoBinPath, ["/home/dylan/.lexaloffle/pico-8/carts/candles/candles.p8", "-export", path.join(__dirname, "result.js")]); | ||||
|  | ||||
| // console.log(stdout); | ||||
|  | ||||
| const handler = async ({payload}: FirRouteInput<typeof payloadT>) => { | ||||
| 	const {manifest, token} = payload; | ||||
| 	if (!fs.existsSync(repoPath)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 dylan
					dylan