prev-cli 0.24.9 → 0.24.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1179,7 +1179,8 @@ async function createViteConfig(options) {
|
|
|
1179
1179
|
"use-sync-external-store",
|
|
1180
1180
|
"use-sync-external-store/shim/with-selector.js",
|
|
1181
1181
|
"mermaid",
|
|
1182
|
-
"dayjs"
|
|
1182
|
+
"dayjs",
|
|
1183
|
+
"@terrastruct/d2"
|
|
1183
1184
|
],
|
|
1184
1185
|
exclude: [
|
|
1185
1186
|
"virtual:prev-config",
|