mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 22:46:58 +00:00
test2
This commit is contained in:
parent
2436f030a4
commit
d4653d7ca5
@ -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
|
||||
|
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user