use database directory instead of database file

This commit is contained in:
Nathan McCarty 2025-02-02 17:57:27 -05:00
parent fc04245162
commit 3b0e34e66e
7 changed files with 80 additions and 51 deletions

View file

@ -6,7 +6,7 @@ use JSON::Class:auth<zef:vrurg>;
use DB::Post;
#| A plain markdown post
unit class MarkdownPost does Post is json;
unit class MarkdownPost does Post is json(:pretty);
#| Marker for disambiguation between post types in json representation, the
#| cheaty way