rompetomp / inertia-bundle

Inertia.js server-side adapter for Symfony
MIT License
152 stars 39 forks source link

Required new props in config #43

Closed Romaixn closed 2 years ago

Romaixn commented 2 years ago

Hello, with the last update (2.3.1) It's required to have that is a config file :

rompetomp_inertia:
  ssr:
    enabled: false
    url: 'http://127.0.0.1:13714/render'

Otherwise it throws an error. Maybe do a check to make it optional? Or add it in a recipe.