Debug on Phanpy Dev too

This commit is contained in:
Lim Chee Aun 2024-09-08 19:06:32 +08:00
parent d49c855a15
commit 946215c80b

View file

@ -826,7 +826,7 @@ function Settings({ onClose }) {
</p>
)}
</section>
{import.meta.env.DEV && (
{(import.meta.env.DEV || import.meta.env.PHANPY_DEV) && (
<details class="debug-info">
<summary></summary>
<p>Debugging</p>