Andrew Skrynnik

Results 1 comments of Andrew Skrynnik

> My tailwind/vite setup had 2-4sec hot reload time. Fixed it by changing double asterisk into single inside tailwind config content selector. > > This was slow: `'./src/**/*.{vue,js,ts,jsx,tsx}',` > >...