Added the ability to import creatures from other instances of DiceCloud

This commit is contained in:
ThaumRystra
2024-09-03 22:54:44 +02:00
parent 2a3357ce5c
commit e11fb50103
11 changed files with 304 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
{
"public": {
"environment": "production",
"disablePatreon": true
"disablePatreon": true,
"disallowCreatureApiImport": false
}
}
}