Restructure Portal code to be inside Editor (#6857)

# Description of Changes
We don't have any strong reasons to keep the Portal as a separate Vite
app, and it needs access to so many things from the Editor that it no
longer makes sense to keep them separate. This PR moves the Portal code
to have direct access to the Editor code and gets rid of the shared
folder.
This commit is contained in:
James Brunton
2026-07-03 13:20:02 +00:00
committed by GitHub
parent 675afe9b71
commit 11ba3814e5
689 changed files with 4509 additions and 4783 deletions
-1
View File
@@ -27,7 +27,6 @@ node_modules/
**/node_modules/
frontend/node_modules/
frontend/editor/dist/
frontend/dist-portal/
frontend/editor/playwright-report/
.npm/
.yarn/