Bulletninja
Bulletninja
I had to add `@import "../globalStyles/_colors.scss";` on top of InputForm.scss and Panel.scss Then went to build/utils.js to the cssLoader section and removed the options senction: ``` options: { minimize: process.env.NODE_ENV...
I have a similar problem, and since I see there are many (see some related issues below) issues already created for this, I wonder if I should create a separate...
> @Bulletninja @mattleong Can you try again with the latest version? I made two changes: > > 1. Perform a full install when needed (e.g. when you use Nx plugins...
> I changed it to `pnpm dlx [email protected] ` And did that fix it for you?
Not exactly done. If you create a custom resolver, say for a mutation, and from within that lambda you then try and call appsync or dynamodb directly it hangs (it...
> @swaminator We don't want to setup apps manually on AWS console. However, I found another approach to setup hosting by using Serverless Website Component source?
I think I identified the CI failure in this PR. Seems the issue is caused by an .only modifier in `packages/bridge/bridge-react/__tests__/bridge.spec.tsx` which Vitest rejects in CI environments. Fix PR: https://github.com/radualex/mf-core/pull/1...