@astrojs/cloudflare 13.1.5 → 13.1.6
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/entrypoints/preview.js +1 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
|
@@ -87,7 +87,7 @@ function serverStart({
|
|
|
87
87
|
host,
|
|
88
88
|
base
|
|
89
89
|
}) {
|
|
90
|
-
const version = "13.1.
|
|
90
|
+
const version = "13.1.6";
|
|
91
91
|
const localPrefix = `${colors.dim("\u2503")} Local `;
|
|
92
92
|
const networkPrefix = `${colors.dim("\u2503")} Network `;
|
|
93
93
|
const emptyPrefix = " ".repeat(11);
|
package/dist/index.js
CHANGED
|
@@ -188,7 +188,8 @@ function createIntegration({
|
|
|
188
188
|
"astro:*",
|
|
189
189
|
"virtual:astro:*",
|
|
190
190
|
"virtual:astro-cloudflare:*",
|
|
191
|
-
"virtual:@astrojs/*"
|
|
191
|
+
"virtual:@astrojs/*",
|
|
192
|
+
"@astrojs/starlight"
|
|
192
193
|
],
|
|
193
194
|
esbuildOptions: {
|
|
194
195
|
// Suppress Vite's `createRequire(import.meta.url)` banner to work around
|