12 lines
308 B
JSON
12 lines
308 B
JSON
|
{
|
||
|
"$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"
|
||
|
}
|
||
|
}
|
||
|
}
|