swiss-ai-center / core-engine

The core engine orchestrating all the Swiss AI Center services.
https://docs.swiss-ai-center.ch/reference/core-engine/
GNU Affero General Public License v3.0
6 stars 1 forks source link

Split Node.js dependencies into `dependencies` and `devDependencies` #193

Closed ludelafo closed 8 months ago

ludelafo commented 8 months ago

It just occurred to me that all Node.js dependencies in the frontend are in the dependencies block, shipping development dependencies in production as well.

It might be necessary to update this to split Node.js dependencies into dependencies and devDependencies.