From 0090f43202b11f42b4e4b01c20b1df3e4bed8988 Mon Sep 17 00:00:00 2001 From: Yusyuriv Date: Tue, 25 Mar 2025 06:05:59 +0600 Subject: [PATCH] fix: fix schema files being unavailable due to not being in /public directory --- {schemas => public/schemas}/plugin.schema.json | 0 {schemas => public/schemas}/settings-template.schema.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {schemas => public/schemas}/plugin.schema.json (100%) rename {schemas => public/schemas}/settings-template.schema.json (100%) diff --git a/schemas/plugin.schema.json b/public/schemas/plugin.schema.json similarity index 100% rename from schemas/plugin.schema.json rename to public/schemas/plugin.schema.json diff --git a/schemas/settings-template.schema.json b/public/schemas/settings-template.schema.json similarity index 100% rename from schemas/settings-template.schema.json rename to public/schemas/settings-template.schema.json