hplush / slowreader

Web app to combine feeds from social networks and RSS and to help read more meaningful and deep content
https://dev.slowreader.app
GNU Affero General Public License v3.0
153 stars 37 forks source link

Use pnpm deploy to created server with minimum dependencies #242

Closed ai closed 3 weeks ago

ai commented 3 weeks ago

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.

github-actions[bot] commented 3 weeks ago

Pull request auto-reviewer