Merge branch 'explosivegaming:main' into translate

This commit is contained in:
2026-09-19 13:10:26 +09:00
committed by GitHub
55 changed files with 332 additions and 240 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ export const plugin: lib.PluginDeclaration = {
name: "exp_legacy",
title: "exp_legacy",
description: "Example Description. Plugin. Change me in index.ts",
instanceEntrypoint: "./dist/node/instance",
instanceEntrypoint: "./dist/node/instance.js",
};
+1
View File
@@ -5,6 +5,7 @@
"author": "Cooldude2606 <https://github.com/Cooldude2606>",
"license": "MIT",
"repository": "explosivegaming/ExpCluster",
"type": "module",
"main": "dist/node/index.js",
"scripts": {
"prepare": "tsc --build && webpack-cli --env production"