Nhân(Kevin) Lý
Nhân(Kevin) Lý
hi @maximgx, Do you add `'./node_modules/@nextlint/svelte/dist/**/*.{svelte,ts}'` in your tailwind config file ? ```ts ... content: [ './src/**/*.{svelte,js}', './node_modules/@nextlint/svelte/dist/**/*.{svelte,ts}' ], ... ```
Hi @JoshJarabek7 , Sorry for the late reply. Currently nextlint haven't support for custom for the Slash, Bubble, or Codeblock yet but it should. I will keep in mind this...
Hi @TommyHolmberg , I currently working on a new brand to upgrade the package. I will let you know when it come. Thank
I having the same issue while using bun + vite. My project used sveltekit, In the server I use `bun:sqlite` so I must start my project with the command `bun...