Exported definitions and fixed interfaces

This commit is contained in:
Pax1601
2023-09-24 10:21:28 +02:00
parent 2e279b8876
commit 010b1e1cce
23 changed files with 2058 additions and 53 deletions

View File

@@ -1,6 +1,7 @@
import path from "path";
import { Manager } from "../other/manager";
import { getApp } from "..";
import { OlympusPlugin } from "../interfaces";
/** The plugins manager is responsible for loading and initializing all the plugins. Plugins are located in the public/plugins folder.
* Each plugin must be comprised of a single folder containing a index.js file. Each plugin must set the globalThis.getOlympusPlugin variable to