Adds @azure/static-web-apps-cli

This commit is contained in:
2025-01-14 02:04:36 -05:00
parent 8dba5fe9d9
commit c070c0315d
3 changed files with 3364 additions and 2 deletions

View File

@@ -6,8 +6,10 @@
"outputLocation": "dist",
"appBuildCommand": "npm run build",
"run": "npm run dev",
"appDevserverUrl": "https://hutopy.azurewebsites.net",
"apiDevserverUrl": "https://hutopy.azurewebsites.net"
"appDevserverUrl": "http://localhost:5173",
"resourceGroup": "Hutopy",
"appName": "hutopy-portal",
"env": "production"
}
}
}