@antfu7@VueUse amazing, we've implemented something similar in vue2 where I worked and it was pretty hard to make it, so cool to see the implementation in vue3, way simpler
This is really impressive. I feel like @QwikDev is the first JS framework to potentially bring another significant paradigm shift in a long time.
Looking forward to seeing what the future holds 👏
@WebStormIDE 1) The search
2) the search
3) the search
The ctrl+shift+F of webstorm is by far the only feature that make me want to use webstorm as an IDE
the possibility to edit files directly in the modal, the speed, the dev experience in general when needing to search and edit files
@fedetibaldo I found out that the issue is there only when running a custom server, and ofc there is a way to fix this (my bad not realizing it sooner)
https://t.co/CstKBUkIAj
solved with
Thanks Federico
I'm playing with env var, and I see that I can define on my .env file some var and override them in my .env.local
The question is: if I have an env var already defined, can i override it somehow? in one of the env file? I'm not able to do so