chore: add azure static web app deployment config
This commit is contained in:
parent
c57e214020
commit
41e1a4abee
3 changed files with 2340 additions and 24 deletions
14
swa-cli.config.json
Normal file
14
swa-cli.config.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"$schema": "https://aka.ms/azure/static-web-apps-cli/schema",
|
||||
"configurations": {
|
||||
"mercury": {
|
||||
"appLocation": ".",
|
||||
"outputLocation": "dist",
|
||||
"appBuildCommand": "pnpm run build",
|
||||
"run": "pnpm run dev",
|
||||
"appDevserverUrl": "http://localhost:4321",
|
||||
"appName": "mercury",
|
||||
"resourceGroup": "mercury-rg"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue