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