I've been working on a plugin for my company. It was working fine, but suddently, the following message appeared when I was trying to load the plugin
I haven't changed anything either in the plugin or on the github project.
Is there an issue in the config ?
import type { ExternalPluginConfig } from '@windy/interfaces';
const config: ExternalPluginConfig = {
name: 'windy-plugin-mc-tracking-tool',
version: '0.0.7',
icon: '🛥',
title: 'MC boats tracking tool',
description: 'xxxxx',
author: 'xxxxx',
repository: 'https://github.com/xxxxx',
desktopUI: 'embedded',
mobileUI: 'fullscreen',
routerPath: '/xxxxx',
private: true,
};
export default config;