next/lib/server
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 66d6168a31
refactor(server/utils): add transformer for regular chapter objects
this transforms a story object into a slightly different object to be served by the api. notable differences are the `totalChapters` field and the removal of the `chapters` array. `chapters` is then replaced by a `currentChapter` object, representing the currently "selected" chapter, with an added `text` field
2023-10-03 00:46:57 -04:00
..
dbHelpers refactor(server/utils): add transformer for regular chapter objects 2023-10-03 00:46:57 -04:00
middlewareButNotReally feat(api/utils): add isadmin check 2023-10-03 00:33:54 -04:00
storyHelpers refactor(server/utils): create reusable utilities for various story-related functions 2023-10-03 00:42:24 -04:00
plugnplay.ts refactor(server/middleware): move common logic for maintaining a database connection to another file 2023-10-02 16:08:12 -04:00