We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc4c68 commit 69e206cCopy full SHA for 69e206c
1 file changed
package.json
@@ -73,5 +73,21 @@
73
"volta": {
74
"node": "24.12.0",
75
"pnpm": "10.28.0"
76
- }
+ },
77
+ "workspaces": [
78
+ "apps/docs",
79
+ "apps/next-playground",
80
+ "apps/vite-playground",
81
+ "packages/@types__sassdoc",
82
+ "packages/code",
83
+ "packages/codemod",
84
+ "packages/core",
85
+ "packages/docs-generator",
86
+ "packages/eslint-config",
87
+ "packages/material-icons",
88
+ "packages/react-md",
89
+ "packages/sassdoc-generator",
90
+ "packages/stylelint-config",
91
+ "packages/vite-material-symbols-plugin"
92
+ ]
93
}
0 commit comments