Commit Graph

4 Commits

Author SHA1 Message Date
zack3d a86cd87964 feat(plugins): expose plugin routes and load FurryPlace SDK
Add setupPluginRoutes to the server and register it in index.ts.
Include /furryplace-sdk.js on admin, index and moderation backup pages
to enable custom button extensions.
2025-10-04 16:40:55 -07:00
zack3d b87f2397d9 b 2025-10-04 01:41:35 -07:00
zack3d 30f6a76891 feat(db): add tile-region mapping datasets
Add regions.csv and tile_region_mapping.csv to provide region metadata
and tile-to-region relationships. Update server initialization and auth
routes to integrate the new data, and expand .env.example with related
configuration variables.

This makes region information queryable and prepares scripts for
seeding/import.
2025-10-02 23:50:06 -07:00
zack3d f011e23cb2 b 2025-10-02 19:27:15 -07:00