Drylian
Drylian
If you need anything or find an error, just let me know and I'll fix that part.😀
i have some problem @SuhailTechInfo you use ipv6?
> @drylian Any news about the fixes? I think it's correct now
> @drylian Sorry, can you resolve that conflict to make the permission this PR adds readable. > > For reference: #910 this?
@MrWeez  I think that would be it, right? It's the only place that would need to change, the others still use arrays (views), and only this one had this...
I had this problem in typescript, I managed to solve it like this: import Baileys before starting the source and not use the Baileys default value to import the socket,...
:alembic: This Shift is still being refined. **Please report any issues or suggestions** to [[email protected]](mailto:[email protected]). Your feedback is what helps improve the experience for everyone.
:information_source: Previously, Laravel configured several npm scripts for building assets. For Vite, Laravel configures a `dev` script for generating and watching your assets (for development) and `build` script for generating...
:information_source: Laravel renamed the environment variables used by Mix to use a `VITE_` prefix, instead of `MIX_`. While Shift automated this change throughout your code, you should check for any...
:information_source: The new `@vite` Blade directive outputs `` tags with the `type="module"` attribute. This attribute implicitly _defers_ the script. This is a difference from Laravel Mix which may change the...