mirror of
https://gitlab.acidiclight.dev/sociallydistant/sociallydistant.git
synced 2025-01-22 01:21:50 -05:00
47 lines
745 B
JSON
47 lines
745 B
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "src",
|
|
"files": [
|
|
"**/*.csproj"
|
|
]
|
|
}
|
|
],
|
|
"dest": "api"
|
|
}
|
|
],
|
|
"build": {
|
|
"sitemap": {
|
|
"baseUrl": "https://man.sociallydistantgame.com/"
|
|
},
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"**/*.{md,yml}"
|
|
],
|
|
"exclude": [
|
|
"public/**"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
]
|
|
}
|
|
],
|
|
"output": "public",
|
|
"template": [
|
|
"default",
|
|
"modern"
|
|
],
|
|
"globalMetadata": {
|
|
"_appName": "Socially Distant OS",
|
|
"_appTitle": "Socially Distant OS",
|
|
"_enableSearch": true,
|
|
}
|
|
}
|
|
}
|