Closed luandro closed 9 months ago
const outputPath = `outputs/${output}.mbtiles`;
const outputPath = output;
Thanks! I actually just addressed this in 17, because I needed absolute path for the task worker service.
Current Buggy or Suspicious Behavior
Expected Behavior
const outputPath = output;