Advanced Config
Advanced Config
Section titled “Advanced Config”Unlock advanced features and power-user workflows in Rhyolite with these configuration options:
Environment Variables
Section titled “Environment Variables”RHYO_ENV— Set the environment (e.g.,development,production)DEBUG— Enable debug output for troubleshooting
Custom Scripts
Section titled “Custom Scripts”- Add scripts to your
package.jsonfor custom build, test, or deploy steps
TypeScript & Linting
Section titled “TypeScript & Linting”- Use your own
tsconfig.jsonor extend the base config for stricter typing - Add custom ESLint/Prettier rules as needed
Power User Tips
Section titled “Power User Tips”- Use pnpm filters for targeted builds/tests:
pnpm --filter <pkg> ... - Leverage workspace scripts for automation
For more, see Workspace Scripts.