Autsider666 / project-avalon

https://project-avalon-autsiders-projects.vercel.app
1 stars 1 forks source link

Shard configuration #3

Open Autsider666 opened 3 months ago

Autsider666 commented 3 months ago

Shards are currently just an array of objects in a single file (containing other stuff as well) and I don't see a future for it.

I'm thinking about at splitting each shard config into its own file, while probably keeping the files potentially sharable between shards. Moving shards 100% into their own directories is also an option, but it would end up causing a lot of code duplication.

Autsider666 commented 3 months ago

2 would add a markdown file, requiring a location as well, giving more weight to the "1 dir per shard" solution