From b15b86768e88608939ff1bb7af17a763da3f8120 Mon Sep 17 00:00:00 2001 From: "harshitha.d" Date: Wed, 30 Oct 2024 18:50:32 +0530 Subject: [PATCH] added missing snippets --- src/stack.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/stack.ts b/src/stack.ts index 9d0b80b..51d6eea 100644 --- a/src/stack.ts +++ b/src/stack.ts @@ -2139,6 +2139,10 @@ export class Stack { } return existingReferences; }); + + for (const path in schema[this.types.assets]) { + paths.push(path) + } }) for (let i = 0, j = currentInclude.length; i < j; i++) {