1
0
Fork 0

wip(sde): Trimming file list

This commit is contained in:
joostdecock 2023-09-29 17:35:08 +02:00
parent ec802de588
commit ad5a14ad49
83 changed files with 2206 additions and 2069 deletions

View file

@ -57,6 +57,10 @@ yarn-error.log*
`,
fetch: {
// account:
// sets
// shared
// control
config: [
{
from: 'measurements.mjs',
@ -73,7 +77,15 @@ yarn-error.log*
],
sites: [
// Mock MDX components
...['highlight', 'youtube', 'read-more', 'tabbed-example'].map((file) => ({
...[
'highlight',
'youtube',
'read-more',
'tabbed-example',
'http',
'legend',
'docs-helpers',
].map((file) => ({
from: `sde/mock/${file}.mjs`,
to: `shared/components/mdx/${file}.mjs`,
})),