lovedder1995

Results 3 comments of lovedder1995

I make a lot of vinyl cutting and this would be hugely useful if it kept groups of objects together. In this case, for example I need keep the words...

I had this issue too. The problem was because when I started a proyect ([Alpinejsx](https://github.com/lovedder1995/alpinejsx)) I inmediatly used `npm i nano-jsx`. The solution was to use first `npm init` to...

I found this solution: `npm i -D browser-sync` ```js // package.json { "scripts": { "dev": "vite" } } ``` `npm run dev` And _after_ the server starts `npx browser-sync start...