H

Results 5 comments of H

found out a hacky way to fix this create a settings file .vscode/settings.json or add it to your global settings.json ``` "eslint.workingDirectories": [ { "pattern": "apps/*/" }, { "pattern": "packages/*/"...

> Would it be possible to share the content of your `package.json`? sure here we go ```json { "name": "expressjs-typescript-prisma-boilerplate", "version": "2.0.4", "packageManager": "[email protected]", "description": "expressjs typescript boilerplate with prisma",...

> @atazangene I had a same issue. In my case, it was related to directory owner of `target` on the target host. > > The owner of `target` directory was...

> maybe its due to your disk read write speeds.. because pnpm copies half of the files/folders from .pnpm-store So if you're on a HDD it'll be really slow as...

I can't believe tailwind v4 doesn't fully support shadow dom, how can you launch v4 if a major part (shadow dom) are not fully supported, well i guess we going...