Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/pnpm-workspace.yaml
Views: 275
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