This commit is contained in:
msuthar09 2022-12-06 10:01:46 -05:00
parent 2436f030a4
commit d4653d7ca5
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ jobs:
action: 'upload' action: 'upload'
###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### ###### 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 # 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 api_location: '' # Api source code path - optional
output_location: '' # Built app content directory - optional output_location: '' # Built app content directory - optional
env: # Add environment variables here env: # Add environment variables here

View File

@ -23,8 +23,8 @@
"@components/*": ["components/*"], "@components/*": ["components/*"],
"@commerce": ["../packages/commerce/src"], "@commerce": ["../packages/commerce/src"],
"@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"], "include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],