Would you consider adding a TypeScript build step to run the compiled code using Node.js in a production environment?
Given that this is a single-user application, it might run on devices with limited hardware resources. Running the compiled code could improve performance and reduce resource consumption.
I've tested the build process on my fork, requiring only minor modifications, and so far it's working well.
I'm thinking it might be a viable alternative?
Through unreliable testing, it has saved 80-100MB of memory.
Would you consider adding a TypeScript build step to run the compiled code using Node.js in a production environment?
Given that this is a single-user application, it might run on devices with limited hardware resources. Running the compiled code could improve performance and reduce resource consumption.
I've tested the build process on my fork, requiring only minor modifications, and so far it's working well.
I'm thinking it might be a viable alternative?
Through unreliable testing, it has saved 80-100MB of memory.