Skip to content

Commit 8f47463

Browse files
committed
feat: add swa-cli.config.json
1 parent e9c9325 commit 8f47463

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: swa-cli.config.json

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)