Configuring the publisher
You should have a publisher.config.ts
file in the root of your project, which you can use to configure the publisher.
import { defineConfig } from '@reuters-graphics/graphics-kit-publisher';
export default defineConfig({ // Config options});