Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hswolff/what-are-workspaces
https://github.com/hswolff/what-are-workspaces
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hswolff/what-are-workspaces
- Owner: hswolff
- Created: 2021-05-11T13:51:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T13:53:16.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T18:19:08.297Z (about 1 month ago)
- Language: JavaScript
- Size: 3.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# what are workspaces
What the root workspace package.json looks like:
```json
{
"private": true,
"workspaces": ["packages/*"]
}
```This is the source code for a presentation given to [UI.dev](https://ui.dev/events/) on What are Workspaces?