debug log
This commit is contained in:
		| @@ -19,11 +19,13 @@ const url = "/api/release"; | ||||
| const payloadT = Type.Any(); | ||||
|  | ||||
| const repoPath = path.resolve(__dirname, "..", "..", "..", "repo"); | ||||
| const picoBinPath = path.resolve(__dirname, "..", "..", "..", "pico8", "pico8"); | ||||
| const picoDirPath = path.resolve(__dirname, "..", "..", "..", "pico8"); | ||||
| const picoBinPath = path.resolve(picoDirPath, "pico8"); | ||||
|  | ||||
| // const {stdout, } = await execa(picoBinPath, ["/home/dylan/.lexaloffle/pico-8/carts/candles/candles.p8", "-export", path.join(__dirname, "result.js")]); | ||||
| const {stdout, } = await execa("ls", [picoDirPath]); | ||||
|  | ||||
| // console.log(stdout); | ||||
| console.log(stdout); | ||||
|  | ||||
| const handler = async ({payload}: FirRouteInput<typeof payloadT>) => { | ||||
| 	const {manifest, token} = payload; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 dylan
					dylan