blob: fbb577f9836a553bfdc5dc8dc266da79f570fc4b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"$schema": "https://aka.ms/azure/static-web-apps-cli/schema",
"configurations": {
"pwa-starter": {
"appLocation": ".",
"outputLocation": "dist",
"appBuildCommand": "npm run build --if-present",
"run": "npm start",
"appDevserverUrl": "http://localhost:3000"
}
}
}
|