import Ajv from 'ajv'; // Root path for the tasks API export const apiRoot = 'tasks'; export const ajv = new Ajv.default();