From d4dbe22c960945a29647cba9e8b9ed6a7dccbe8f Mon Sep 17 00:00:00 2001 From: Anthony Donlon Date: Thu, 11 Dec 2025 01:45:03 +0800 Subject: [PATCH] editor: move frontend folder -> web --- editor/{frontend => web}/.prettierrc | 0 editor/{frontend => web}/index.html | 0 editor/{frontend => web}/package.json | 0 editor/{frontend => web}/src/index.js | 0 editor/{frontend => web}/src/template.ejs | 0 editor/{frontend => web}/tsconfig.json | 0 editor/{frontend => web}/vite.config.ts | 0 editor/{frontend => web}/yarn.lock | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename editor/{frontend => web}/.prettierrc (100%) rename editor/{frontend => web}/index.html (100%) rename editor/{frontend => web}/package.json (100%) rename editor/{frontend => web}/src/index.js (100%) rename editor/{frontend => web}/src/template.ejs (100%) rename editor/{frontend => web}/tsconfig.json (100%) rename editor/{frontend => web}/vite.config.ts (100%) rename editor/{frontend => web}/yarn.lock (100%) diff --git a/editor/frontend/.prettierrc b/editor/web/.prettierrc similarity index 100% rename from editor/frontend/.prettierrc rename to editor/web/.prettierrc diff --git a/editor/frontend/index.html b/editor/web/index.html similarity index 100% rename from editor/frontend/index.html rename to editor/web/index.html diff --git a/editor/frontend/package.json b/editor/web/package.json similarity index 100% rename from editor/frontend/package.json rename to editor/web/package.json diff --git a/editor/frontend/src/index.js b/editor/web/src/index.js similarity index 100% rename from editor/frontend/src/index.js rename to editor/web/src/index.js diff --git a/editor/frontend/src/template.ejs b/editor/web/src/template.ejs similarity index 100% rename from editor/frontend/src/template.ejs rename to editor/web/src/template.ejs diff --git a/editor/frontend/tsconfig.json b/editor/web/tsconfig.json similarity index 100% rename from editor/frontend/tsconfig.json rename to editor/web/tsconfig.json diff --git a/editor/frontend/vite.config.ts b/editor/web/vite.config.ts similarity index 100% rename from editor/frontend/vite.config.ts rename to editor/web/vite.config.ts diff --git a/editor/frontend/yarn.lock b/editor/web/yarn.lock similarity index 100% rename from editor/frontend/yarn.lock rename to editor/web/yarn.lock