Move playbill to its own repo
This commit is contained in:
parent
1c64a941cd
commit
879e508d95
8 changed files with 20 additions and 490 deletions
|
@ -1,9 +1,9 @@
|
|||
import YAML from "yaml";
|
||||
import {
|
||||
type AnyResource,
|
||||
AnyResourceSchema,
|
||||
ResourceMap,
|
||||
} from "./playbill-schema";
|
||||
} from "@proscenium/playbill";
|
||||
import YAML from "yaml";
|
||||
import { extractFrontmatter, extractMarkdown } from "./markdown";
|
||||
|
||||
type FileFormat = "yaml" | "markdown";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue