You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/process/src/config.ts
+4
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ export type Config = {
13
13
* Absoulute path to the .svelte file exporting components for tags.
14
14
*/
15
15
tags: string|null;
16
+
/**
17
+
* Absoulute path to the folder for partials.
18
+
*/
19
+
partials: string|null;
16
20
/**
17
21
* Generate schema files under `./svelte-kit/markdoc-schema.json` to be used with the official [Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=Stripe.markdoc-language-support).
0 commit comments