Add the initial file support for the restructured system using the improved knowledge that I've gained since initial implementation

This commit is contained in:
Oliver-Akins 2025-06-26 22:20:49 -06:00
parent 4f1d6614e5
commit c58d6cc58f
3 changed files with 8 additions and 5 deletions

0
module/main.mjs Normal file
View file

0
styles/main.css Normal file
View file

View file

@ -7,9 +7,9 @@
"manifest": "https://github.com/Oliver-Akins/Text-Actors-Foundry/releases/latest/download/system.json", "manifest": "https://github.com/Oliver-Akins/Text-Actors-Foundry/releases/latest/download/system.json",
"url": "https://github.com/Oliver-Akins/Text-Actors-Foundry", "url": "https://github.com/Oliver-Akins/Text-Actors-Foundry",
"compatibility": { "compatibility": {
"minimum": 12, "minimum": 13,
"verified": 12, "verified": 13,
"maximum": 12 "maximum": 13
}, },
"authors": [ "authors": [
{ {
@ -18,10 +18,13 @@
} }
], ],
"esmodules": [ "esmodules": [
"src/main.mjs" "./module/main.mjs"
], ],
"styles": [ "styles": [
".styles/root.css" {
"src": "./styles/main.css",
"layer": "system"
}
], ],
"packs": [], "packs": [],
"documentTypes": { "documentTypes": {