CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/pnpm-workspace.yaml
Views: 687
1
packages:
2
# include all
3
- "**"
4
# but exclude cdn/dist since it is generated by npm as part of a
5
# weird build system, and it totally messes up stuff.
6
- "!**/cdn/dist/**"
7
- "!compute"
8
9