From d4653d7ca5a5e7aa77dc1c54313476fa2eec93b9 Mon Sep 17 00:00:00 2001 From: msuthar09 Date: Tue, 6 Dec 2022 10:01:46 -0500 Subject: [PATCH] test2 --- .../azure-static-web-apps-victorious-dune-011fce610.yml | 2 +- site/tsconfig.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-victorious-dune-011fce610.yml b/.github/workflows/azure-static-web-apps-victorious-dune-011fce610.yml index 66a2c6c36..7d04035fc 100644 --- a/.github/workflows/azure-static-web-apps-victorious-dune-011fce610.yml +++ b/.github/workflows/azure-static-web-apps-victorious-dune-011fce610.yml @@ -27,7 +27,7 @@ jobs: action: 'upload' ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig - app_location: '/' # App source code path + app_location: '/site' # App source code path api_location: '' # Api source code path - optional output_location: '' # Built app content directory - optional env: # Add environment variables here diff --git a/site/tsconfig.json b/site/tsconfig.json index 7c91afd6f..3e34769da 100644 --- a/site/tsconfig.json +++ b/site/tsconfig.json @@ -23,8 +23,8 @@ "@components/*": ["components/*"], "@commerce": ["../packages/commerce/src"], "@commerce/*": ["../packages/commerce/src/*"], - "@framework": ["../packages/local/src"], - "@framework/*": ["../packages/local/src/*"] + "@framework": ["..\\packages\\local\\src"], + "@framework/*": ["..\\packages\\local\\src/*"] } }, "include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],