Spencer Duball
Spencer Duball
Closes #6060 ## 📝 Description Updating the styling of the `slider` component to add the `not-allowed` cursor on hover when `isDisabled`. ## ⛳️ Current behavior (updates) Currently, there is no...
I have been running into problems that make the `RemixSite` unusable when attempting to deploy. When trying to use prisma I am running into a bunch of issues where the...
# Bug Fix There is a TypeScript issue when running `pnpm build` where the value returned on `packages/sst/src/stacks/build.ts:66` from `babel.parse` can be either `const ast: ParseResult | null`. This is...
# Feature Request I want to have the option to warm functions with all `SsrSite` constructs similar to how we can warm function with `NextjsSite` construct via open-next. The specific...
# This PR adds support for using Vite with the RemixSite construct. **Description of changes:** - First we add logic to detect the `vite.config.js` or `vite.config.ts` file. If this is...