Remix
Remix
remix/cli · InterfaceView Source

RunRemixOptions

Summary

Options accepted by runRemix.

Signature

interface RunRemixOptions {
  cwd?: string;
  remixVersion?: string;
}

Properties

cwd

Directory used as the working root when resolving project files (default process.cwd()).

remixVersion

Override for the Remix version reported by remix --version. Defaults to the version of the installed @remix-run/cli package.