PromucFlow_constructor/app/rts
ChandanBalajiBP 88da94abe7
fix: Remove devDependencies from RTS build (#22239)
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
2023-04-13 17:32:13 +05:30
..
src chore: Removed comment related codes from RTS (#20639) 2023-02-17 23:29:26 +06:00
.env.example chore: Removed comment related codes from RTS (#20639) 2023-02-17 23:29:26 +06:00
.gitignore fix: Remove devDependencies from RTS build (#22239) 2023-04-13 17:32:13 +05:30
build.sh fix: Remove devDependencies from RTS build (#22239) 2023-04-13 17:32:13 +05:30
jest.config.js fix: update rts logic to use updated shared AST logic (#16849) 2022-09-28 17:28:18 +00:00
package.json fix: Remove devDependencies from RTS build (#22239) 2023-04-13 17:32:13 +05:30
README.md ci: Modularizing the Github actions workflow for maintainability (#16505) 2022-09-09 01:08:55 +05:30
start-server.sh Initialise comments (#3328) 2021-04-29 16:03:51 +05:30
tsconfig.json fix: failing rts build due to jest config (#17177) 2022-09-29 16:12:07 +05:30
yarn.lock fix: Adding dependencies in RTS (#22192) 2023-04-10 11:12:55 +05:30

Appsmith Realtime Server

This is the code for the Appsmith realtime server.