@strifeapp/astro 1.0.14 → 1.0.15
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/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -272,7 +272,7 @@ function h(e) {
|
|
|
272
272
|
load(l) {
|
|
273
273
|
var o;
|
|
274
274
|
if (l === p)
|
|
275
|
-
return
|
|
275
|
+
return `
|
|
276
276
|
import { DocumentStore, AbstractJavaScriptMultiMapIndexCreationTask, IndexCreation } from "ravendb";
|
|
277
277
|
|
|
278
278
|
const authOptions = {
|
|
@@ -302,6 +302,8 @@ function h(e) {
|
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
console.log('Deploying index...');
|
|
305
|
+
console.log('[vitePluginStrifeStore] Generating virtual module code with config:', ${JSON.stringify(e, null, 2)});
|
|
306
|
+
|
|
305
307
|
await IndexCreation.createIndexes([new Content_ByUrl()], store);
|
|
306
308
|
|
|
307
309
|
const bulkInsert = store.bulkInsert();
|