UNPKG

@octahedroid/create-drupal-decoupled

Version:

Scaffold the integration with Drupal in a decoupled frontend

7 lines (5 loc) 188 B
import { type RouteConfig, index, route } from '@react-router/dev/routes' export default [ index('routes/$.tsx', { id: 'index' }), route('*', 'routes/$.tsx'), ] satisfies RouteConfig