Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit be83f4f

Browse files
committed
added swa config file
1 parent 373f220 commit be83f4f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

‎README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ This repo has different branches that shows the development at different stages.
5858
- 5.0: Database imperative or declarative CI/CD
5959
- 6:0: [This Branch] Using Vue3 client for the frontend
6060

61+
### V6.0 Notes
62+
63+
In V6.0 the focus is on the front-end, now move to be a proper [Vue](https://vuejs.org/) project.
64+
6165
### V5.0 Notes
6266

6367
Continuing from V4.0, this branch focuses on including the database in the deployment pipeline and gives you the option to choose between an imperative or a declarative database deployment style.

‎swa-cli.config.json‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://aka.ms/azure/static-web-apps-cli/schema",
3+
"configurations": {
4+
"azure-sql-db-fullstack-serverless-kickstart": {
5+
"appLocation": "client",
6+
"apiLocation": "api",
7+
"outputLocation": "dist",
8+
"appBuildCommand": "npm run build",
9+
"apiBuildCommand": "dotnet publish -c Release",
10+
"run": "npm run serve",
11+
"appDevserverUrl": "http://localhost:8080"
12+
}
13+
}
14+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /