mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
9 lines
250 B
TypeScript
9 lines
250 B
TypeScript
import * as lib from "@clusterio/lib";
|
|
|
|
export const plugin: lib.PluginDeclaration = {
|
|
name: "exp_commands",
|
|
title: "exp_commands",
|
|
description: "Example Description. Plugin. Change me in index.ts",
|
|
instanceEntrypoint: "./dist/node/instance",
|
|
};
|