chore: Bumped live plugin manager (#6311)

This commit is contained in:
SamTV12345 2024-04-05 18:53:04 +02:00 committed by GitHub
parent a9cffb8b6a
commit 92a4b9a622
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 167 additions and 11 deletions

View file

@ -1,4 +1,4 @@
import {IPluginInfo, PluginManager} from "live-plugin-manager-pnpm";
import {IPluginInfo, PluginManager} from "live-plugin-manager";
import path from "path";
import {node_modules, pluginInstallPath} from "./installer";
import {accessSync, constants, rmSync, symlinkSync, unlinkSync} from "node:fs";