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
Copy file name to clipboardExpand all lines: packages/exoframe-website/docs/migrating/6-to-7.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ sidebar_position: 1
4
4
5
5
# Migrating from v6 to v7
6
6
7
+
## TL;DR
8
+
9
+
- Exoframe CLI now required `deploy` subcommand to be explicitly passed. So, instead of `exoframe [-u] [folder]` you'd have to do `exoframe deploy [-u] [folder]`
10
+
- Config for both Exoframe CLI and Exoframe Server is now located under `$XDG_CONFIG_HOME/exoframe` instead of `$HOME/.exoframe`
11
+
- Traefik update to v3
12
+
- All deps updated to latest versions (Exoframe v7 also works on Node 25)
13
+
7
14
## Breaking changes at a glance
8
15
9
16
-**Node 18+ required**: v7 switched the CLI/server codebase to native ESM. Make sure your local Node version (and the server host) runs Node 18 or newer before updating.
0 commit comments