This commit is contained in:
Oliver 2025-10-16 04:36:00 +00:00 committed by GitHub
commit 5b12534126
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 931 additions and 123 deletions

View file

@ -12,7 +12,8 @@
{ "name": "Oliver" }
],
"esmodules": [
"module/main.mjs"
"module/main.mjs",
"dev/main.mjs"
],
"styles": [
{
@ -36,7 +37,7 @@
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json", "mjs", "svg"],
"paths": ["assets", "templates", "langs", "module"]
"paths": ["assets", "templates", "langs", "module", "dev"]
}
},
"documentTypes": {
@ -48,9 +49,22 @@
"ammo": {},
"armour": {},
"craft": {},
"good": {},
"good": {
"htmlFields": [
"description"
]
},
"shield": {},
"skill": {},
"skill": {
"htmlFields": [
"description"
]
},
"trait": {
"htmlFields": [
"description"
]
},
"weapon": {}
}
},