vite works <3

This commit is contained in:
2020-11-01 23:23:36 +01:00
parent d247ffc20f
commit 3571cb43ec
39 changed files with 1220 additions and 420 deletions
+6 -1
View File
@@ -3,13 +3,18 @@
"Raven": {
"Url": "http://127.0.0.1:9800",
"Database": "laolazero"
},
"DevServer": {
"Port": 2333,
"ForwardLog": true
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
"Microsoft.Hosting.Lifetime": "Information",
"Zero": "Debug"
}
}
}