1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-22 22:12:45 +01:00

adds a plugins folder when non is detected (#129)

This commit is contained in:
Cookie303728 2023-02-09 19:39:38 +01:00 committed by GitHub
parent 9b64aa32c6
commit a2df1d615d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -517,6 +517,7 @@ function startServer(options: { hmr: boolean; pluginDevHost: boolean }): void {
// make sure required folder structure is in place
for (const dir of [
"contractSessions",
"plugins",
"userdata",
"contracts",
join("userdata", "epicids"),