Add exp_gui

This commit is contained in:
Cooldude2606
2025-01-02 03:22:50 +00:00
parent 1a17f11062
commit a924a211ae
9 changed files with 74 additions and 0 deletions

8
exp_gui/index.ts Normal file
View 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",
};