main

mattermost/focalboard

Last updated at: 29/12/2023 09:38

manifest.ts

TLDR

This file exports the plugin manifest information, including the plugin ID and version.

Methods

No methods found in this file.

Classes

No classes found in this file.

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
import manifest from '../../plugin.json'

export default manifest
export const id = manifest.id
export const version = manifest.version