|
1127 | 1127 | "Pages/FetchData.razor",
|
1128 | 1128 | "Pages/Index.razor",
|
1129 | 1129 | "Program.cs",
|
| 1130 | + "Properties/launchSettings.json", |
1130 | 1131 | "Shared/MainLayout.razor",
|
1131 | 1132 | "Shared/NavMenu.razor",
|
1132 | 1133 | "Shared/SurveyPrompt.razor",
|
|
1143 | 1144 | "wwwroot/css/open-iconic/README.md",
|
1144 | 1145 | "wwwroot/css/site.css",
|
1145 | 1146 | "wwwroot/index.html",
|
1146 |
| - "wwwroot/sample-data", |
1147 | 1147 | "wwwroot/sample-data/weather.json",
|
1148 | 1148 | "_Imports.razor"
|
1149 | 1149 | ]
|
|
1157 | 1157 | "Client/Pages/FetchData.razor",
|
1158 | 1158 | "Client/Pages/Index.razor",
|
1159 | 1159 | "Client/Program.cs",
|
| 1160 | + "Client/Properties/launchSettings.json", |
1160 | 1161 | "Client/Shared/MainLayout.razor",
|
1161 | 1162 | "Client/Shared/NavMenu.razor",
|
1162 | 1163 | "Client/Shared/SurveyPrompt.razor",
|
|
1176 | 1177 | "Client/_Imports.razor",
|
1177 | 1178 | "Server/Controllers/WeatherForecastController.cs",
|
1178 | 1179 | "Server/Program.cs",
|
| 1180 | + "Server/Properties/launchSettings.json", |
1179 | 1181 | "Server/Startup.cs",
|
1180 | 1182 | "Shared/WeatherForecast.cs"
|
1181 | 1183 | ]
|
1182 | 1184 | },
|
1183 | 1185 | "PWA": {
|
1184 | 1186 | "Template": "blazorwasm",
|
1185 |
| - "Arguments": "new blazorwasm -pwa", |
| 1187 | + "Arguments": "new blazorwasm --pwa", |
1186 | 1188 | "Files": [
|
1187 | 1189 | "App.razor",
|
1188 | 1190 | "Pages/Counter.razor",
|
1189 | 1191 | "Pages/FetchData.razor",
|
1190 | 1192 | "Pages/Index.razor",
|
1191 | 1193 | "Program.cs",
|
| 1194 | + "Properties/launchSettings.json", |
1192 | 1195 | "Shared/MainLayout.razor",
|
1193 | 1196 | "Shared/NavMenu.razor",
|
1194 | 1197 | "Shared/SurveyPrompt.razor",
|
|
1207 | 1210 | "wwwroot/icon-512.png",
|
1208 | 1211 | "wwwroot/index.html",
|
1209 | 1212 | "wwwroot/manifest.json",
|
1210 |
| - "wwwroot/sample-data", |
1211 | 1213 | "wwwroot/sample-data/weather.json",
|
1212 | 1214 | "wwwroot/service-worker.js",
|
1213 | 1215 | "wwwroot/service-worker.published.js",
|
|
0 commit comments