mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Add exp_gui
This commit is contained in:
8
exp_gui/index.ts
Normal file
8
exp_gui/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as lib from "@clusterio/lib";
|
||||
|
||||
export const plugin: lib.PluginDeclaration = {
|
||||
name: "exp_gui",
|
||||
title: "exp_gui",
|
||||
description: "Example Description. Plugin. Change me in index.ts",
|
||||
instanceEntrypoint: "./dist/node/instance",
|
||||
};
|
||||
Reference in New Issue
Block a user