There was an error while loading. Please reload this page.
1 parent e9c9325 commit 8f47463Copy full SHA for 8f47463
swa-cli.config.json
@@ -0,0 +1,13 @@
1
+{
2
+ "$schema": "https://raw.githubusercontent.com/Azure/static-web-apps-cli/main/schema/swa-cli.config.schema.json",
3
+ "configurations": {
4
+ "app": {
5
+ "context": "http://localhost:4200",
6
+ "run": "npm start",
7
+ "apiLocation": "",
8
+ "outputLocation": "dist/angular-basic",
9
+ "devserverTimeout": 10000,
10
+ "open": "true"
11
+ }
12
13
+}
0 commit comments