mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
6 lines
169 B
TypeScript
6 lines
169 B
TypeScript
export const SsgScripts = {
|
|
folder: '/ssg-scripts',
|
|
astroContentCollectionScript: 'astro.collections.mjs',
|
|
astroContentCollectionJSON: 'astro.collections.json'
|
|
};
|