We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a4b5c commit 7497570Copy full SHA for 7497570
2 files changed
MyApp/appsettings.Development.json
@@ -1,7 +1,7 @@
1
{
2
"Logging": {
3
"LogLevel": {
4
- "Default": "Information",
+ "Default": "Debug",
5
"Microsoft.AspNetCore": "Warning"
6
}
7
MyApp/package.json
@@ -6,6 +6,7 @@
"ui:dev": "tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
"ui:build": "tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
8
"build": "npm run ui:build",
9
+ "secret:prod": "gh secret set APPSETTINGS_JSON < appsettings.Production.json",
10
"migrate": "dotnet run --AppTasks=migrate",
11
"revert:last": "dotnet run --AppTasks=migrate.revert:last",
12
"revert:all": "dotnet run --AppTasks=migrate.revert:all",
0 commit comments