Skip to content

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.

publisher.config.ts
import { defineConfig } from '@reuters-graphics/graphics-kit-publisher';
export default defineConfig({
// Config options
});