aboutsummaryrefslogtreecommitdiff
path: root/swa-cli.config.json
blob: 5f8a3ac20ceeb31cddfc152f3f375040c7398ac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "$schema": "https://aka.ms/azure/static-web-apps-cli/schema",
  "configurations": {
    "urbanovigo-web": {
      "appLocation": ".",
      "apiLocation": "Backend",
      "outputLocation": "dist",
      "apiLanguage": "dotnetisolated",
      "apiVersion": "8.0",
      "appBuildCommand": "npm run build",
      "apiBuildCommand": "dotnet publish -c Release",
      "run": "npm run dev",
      "appDevserverUrl": "http://localhost:5173"
    }
  }
}