You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
I've noticed that many glitch users are having trouble with running disc-11. This was caused by the size of node modules that exceeds glitch free plan disk size. We don't want to drop support for glitch users. So, We've come to a conclusion that we need to reduce the disk space used by the project.
To do:
Replace winston with our own logger
Remove ts-node
Remove cli-table
Replace entities with our own parser
Replace libsodium-wrappers with tweetnacl
Install ffmpeg-static in index.js instead
Replace typescript with sucrase
The text was updated successfully, but these errors were encountered:
I've noticed that many glitch users are having trouble with running disc-11. This was caused by the size of node modules that exceeds glitch free plan disk size. We don't want to drop support for glitch users. So, We've come to a conclusion that we need to reduce the disk space used by the project.
To do:
index.js
insteadThe text was updated successfully, but these errors were encountered: