We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb8e51 commit 87d849eCopy full SHA for 87d849e
src/lib/constants.ts
@@ -360,7 +360,7 @@ export default {
360
361
FIGMA_API: 'https://api.figma.com/v1/',
362
DEFAULT_FIGMA_CONFIG: {
363
- "depth": 2,
+ "depth": 1,
364
"figma_config": [
365
{
366
"figma_file_token": "token_for_first_figma_file",
@@ -381,7 +381,7 @@ export default {
381
]
382
},
383
figma: {
384
385
"configs": [
386
387
"figma_file_token": "<token>",
@@ -408,7 +408,7 @@ export default {
408
}
409
],
410
411
412
413
414
0 commit comments