diff options
author | Alex <i@neonxp.dev> | 2023-03-08 19:27:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 19:27:35 +0300 |
commit | df52915806db050a8e0cfab2d686acfdbf5e0c5c (patch) | |
tree | 237533159fe116e01dd0712084d9473db1148edd /swa-cli.config.json |
Diffstat (limited to 'swa-cli.config.json')
-rw-r--r-- | swa-cli.config.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/swa-cli.config.json b/swa-cli.config.json new file mode 100644 index 0000000..fbb577f --- /dev/null +++ b/swa-cli.config.json @@ -0,0 +1,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" + } + } +}
\ No newline at end of file |