-
The deploy is failing and I don't know why. It just keeps crashing with an exit code of 1 and no useful logs.
I tried to build and run the docker image locally (after I comment out the line for the…
-
Can't use the cli, it's failing right at its start:
```❯ npx remix-pwa@latest -h
/home/.volta/tools/image/packages/remix-pwa/lib/node_modules/remix-pwa/dist/cli.js:17
const remixConfig = require(…
-
This is described in this twitter thread: https://twitter.com/kentcdodds/status/1676730931170910208
Check out the loom: https://www.loom.com/share/407a116d969145a3be721b2604c880ca
The relevant f…
-
I am getting hit with the following errors when I attempt to do an npm install
Node version: 18.6.0
Machine: Macbook Pro M1
-
We should probably remove `--sourcemap` from the `remix build` command.
From GitHub Action:
-
If you add 'real' app, one form `full-stack-foundations` 07, It can help with testing and debugging
-
`'fontStylestylesheetUrl' is deprecated.ts(6385) client.d.ts(42, 6): The declaration was marked as deprecated here.`
```diff
- import fontStylestylesheetUrl from './styles/font.css'
- import ta…
-
Super awesome feature Kent, thanks! I'm already using it on my platform 🎉
However, even thought the e2e tests pass, they are visually broken as the Tailwind class CSS is not being injected onto the…
-
On at least the home page (but probably on every page), we should have a notice that explains the deployed version is limited. For two reasons:
1. I don't want people getting the wrong impression a…
-
I'm attempting to deploy an [app source code](https://github.com/SangeetAgarwal/tailwind-remix-run-mdxjs-typescript-starter-blog-scratch). This has no database access whatsoever so my new `Dockerfile`…