command
ridu dev
ridu dev
[--database-url <url> | --database-path <path>]
[--address <host:port>]
[--admin-port <port>]
[--no-docker]
[--no-install]
[--no-sync]Run the selected database adapter, generation, safe schema sync, API, admin watch mode, and Go-config watching together.
Automatic sync pauses instead of guessing when a possible rename needs review. Create and apply a migration, then restart dev.
Development injects local-only insecure cookie/database admissions into the child server; those are not production defaults.
Example
ridu dev --database-url "$DATABASE_URL" --no-docker
ridu dev --database-path .ridu/development.sqlite