Closed ai closed 3 months ago
Don’t rush. Check all changes in PR again.
Run pnpm test
.
Think about changing documentation.
scripts/
, add a comment with a description.README.md
.Think about code testing.
If you added a new dependency, check our requirements.
To protect ourselves from supply chain attack we need to install minimum during server deploy.
Our previous
esbuild
approach was too hardcore and do not scale to WS server.pnpm deploy
does almost the same. Also we need to compile TS to JS anymore.