Minor Changes
-
BREAKING CHANGE: Remove the
remix skillscommand from the Remix CLI. -
Use
remix/node-serveas the default server in new apps created withremix new.
Patch Changes
-
Lazy-load command implementations after CLI command dispatch so unrelated commands do not load optional command dependencies during startup.
-
Bumped
@remix-run/*dependencies: