Chase Steenbock
Chase Steenbock
I've gotten it to where it doesn't show any errors anymore using the following config: ```js module.exports = { components: './src/index.ts', outputPath: './dist/playroom', typeScriptFiles: ['src/components/**/*.{ts,tsx}', '!**/node_modules'], baseUrl: '/', webpackConfig: ()...
Rider keeps asking me to install csharpier globally or locally every time I open a project, even though I have the latest version installed globally (0.24.2 as of this time)....
I can't dockerize this app using the NextJS [with-docker](https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile) example, but it isn't working correctly. The docker container starts up and runs, but the app doesn't load when navigating to...