aboutsummaryrefslogtreecommitdiff
path: root/swa-cli.config.json
blob: 809aa6d221560b05408da0c19b4b9ca2d9780f6c (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": "yarn build",
      "apiBuildCommand": "dotnet publish -c Release",
      "run": "yarn dev",
      "appDevserverUrl": "http://localhost:5173"
    }
  }
}