You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
Copy file name to clipboardExpand all lines: AGENTS.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,8 @@ The project structure is defined in `engine/pyproject.toml`. Any new dependencie
139
139
140
140
#### Environment Variables
141
141
- All `VITE_*` variables must be declared in the appropriate committed env file:
142
-
-`frontend/editor/.env` — core, proprietary, and shared vars
142
+
-`frontend/editor/.env` — core and shared vars (base, loaded in every mode)
143
+
-`frontend/editor/.env.proprietary` — proprietary-only vars, e.g. the admin portal's SaaS/account-link keys (layered on top of `.env` in proprietary mode)
143
144
-`frontend/editor/.env.saas` — SaaS-only vars (layered on top of `.env` in SaaS mode)
144
145
-`frontend/editor/.env.desktop` — desktop (Tauri)-only vars (layered on top of `.env` in desktop mode)
145
146
- These files are committed to Git and must not contain private keys
0 commit comments