@codedrifters/configulator 0.0.444 → 0.0.445
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/lib/index.d.mts +5 -2
- package/lib/index.d.ts +5 -2
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -44193,13 +44193,13 @@ var StarlightProject = class extends AstroProject {
|
|
|
44193
44193
|
if (turbo?.compileTask) {
|
|
44194
44194
|
turbo.compileTask.inputs.push("src/content/**");
|
|
44195
44195
|
}
|
|
44196
|
+
new SampleFile7(this, "src/content.config.ts", {
|
|
44197
|
+
contents: DEFAULT_CONTENT_CONFIG_TS
|
|
44198
|
+
});
|
|
44196
44199
|
if (userOptions.sampleContent === true) {
|
|
44197
44200
|
new SampleFile7(this, "src/content/docs/index.mdx", {
|
|
44198
44201
|
contents: DEFAULT_INDEX_MDX
|
|
44199
44202
|
});
|
|
44200
|
-
new SampleFile7(this, "src/content.config.ts", {
|
|
44201
|
-
contents: DEFAULT_CONTENT_CONFIG_TS
|
|
44202
|
-
});
|
|
44203
44203
|
}
|
|
44204
44204
|
}
|
|
44205
44205
|
};
|