smapiot / piral

🚀 Framework for next generation web apps using micro frontends. ⭐️ Star to support our work!
https://piral.io
MIT License
1.71k stars 127 forks source link

Remove Pilet-Only Settings When Debugging Piral Instance #670

Closed FlorianRappl closed 9 months ago

FlorianRappl commented 9 months ago

Description

Following the issue https://github.com/smapiot/piral-inspector/issues/25 on the piral-inspector repository we should just not configure pilet-only settings when running piral debug. I think the Piral CLI can detect this and properly instruct the debug utils to communicate accordingly.

Background

Settings that do not have any impact should not be shown / available.

Discussion

This does not impact the persistence of these settings. Once they are available they should take the previously set values.