1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-01-10 21:58:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
chrome-extension/workspace.json

11 lines
239 B
JSON
Raw Normal View History

2022-01-26 18:46:54 +08:00
{
"version": 2,
"projects": {
"plugin-ui": "packages/plugin-ui",
"services": "packages/services",
2022-02-09 11:48:23 +08:00
"services-api": "packages/services-api",
2022-01-26 18:46:54 +08:00
"shared": "packages/shared",
"shell-chrome": "packages\\shell-chrome"
}
}