Skip to content

Advanced Config

Unlock advanced features and power-user workflows in Rhyolite with these configuration options:

  • RHYO_ENV — Set the environment (e.g., development, production)
  • DEBUG — Enable debug output for troubleshooting
  • Add scripts to your package.json for custom build, test, or deploy steps
  • Use your own tsconfig.json or extend the base config for stricter typing
  • Add custom ESLint/Prettier rules as needed
  • Use pnpm filters for targeted builds/tests: pnpm --filter <pkg> ...
  • Leverage workspace scripts for automation

For more, see Workspace Scripts.