Remove devDependencies from the RTS build. In process of building RTS, we used to copy node_modules to /dist (Build folder) But this is not ideal process which increases the build size by adding unwanted packages. Now as part of the solution, we are only moving only prodDependencies to /dist. This also resolves user request to exclude vulnerable package - `formidable`. Fixes #22182 |
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| build.sh | ||
| jest.config.js | ||
| package.json | ||
| README.md | ||
| start-server.sh | ||
| tsconfig.json | ||
| yarn.lock | ||
Appsmith Realtime Server
This is the code for the Appsmith realtime server.