Started implementing fronted configuration. Upgraded mooncore. Made database calls asnyc
This commit is contained in:
19
Moonlight.Client/wwwroot/frontend.example.json
Normal file
19
Moonlight.Client/wwwroot/frontend.example.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"apiUrl": "http://localhost:5165",
|
||||
"hostEnvironment": "Static",
|
||||
"theme": {
|
||||
"variables": {
|
||||
"primary": {
|
||||
"500": "100 100 100"
|
||||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
},
|
||||
"plugins": {
|
||||
"assemblies": [
|
||||
],
|
||||
"entrypoints": [
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user