Antonio Galindo

Results 6 comments of Antonio Galindo

What about using [pnpm/action-setup@v3](https://github.com/pnpm/action-setup) ? Or you can just work with [Azure](https://github.com/Azure/static-web-apps-deploy) and use _PRE_BUILD_COMMAND_ & _CUSTOM_BUILD_COMMAND_ commands like: ``` - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 env:...

> @GalindoSVQ From my experience deploying a NextJS app last week, these PRE_BUILD_COMMAND and CUSTOM_BUILD_COMMAND variables did work to some extent. > > The blocker was that during the Azure...

The new [ESLint Compatibility Utilities](https://eslint.org/blog/2024/05/eslint-compatibility-utilities/) seems to work well for me using **[email protected]**

> Where do you import compat from? https://github.com/un-ts/eslint-plugin-import-x/issues/29#issuecomment-2156223337

my fault, trying to render a .fbx instead of .gltf

done @shadcn > @GalindoSVQ can we update it for https://github.com/shadcn-ui/ui/blob/main/apps/www/registry/new-york/example/button-as-child.tsx as well? > > (Remember to run `pnpm build:registry` before pushing)