Kerry Ritter
Kerry Ritter
Explore posts from servers
WWasp
Created by Kerry Ritter on 2/15/2025 in #đŸ™‹questions
Restarting language server constantly?
Hey all! Working with Wasp for the first time. I find myself having to restart the VSCode TS langauge server all the time because of the typegen. Is this pretty typical? Does anyone have an extension they use to force-restart on typegen?
14 replies
DDokploy
Created by Kerry Ritter on 9/13/2024 in #old-help
`npm install` and `tsc` crashes server
* NestJS app, about 50K LoC * 2GB/2vCPU server on AWS Lightsail, Debian 12 * Dockerfile FROM node:18-alpine Every time I do a deployment, either the npm install --no-audit or tsc eats up all the resources and hangs the server. Anyone have a similar issue? Considered changing to pnpm or something but that install time also kinda sucks. Thinking about delegating build responsibility elsewhere and sending a compiled output to Dokploy for deployment and hosting.
6 replies