mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 02:20:38 +09:00
feat(issues): add issue documents and inline editing
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
0f3e9937f6
commit
45998aa9a0
32 changed files with 9157 additions and 97 deletions
|
|
@ -83,6 +83,7 @@ type EmbeddedPostgresCtor = new (opts: {
|
|||
password: string;
|
||||
port: number;
|
||||
persistent: boolean;
|
||||
initdbFlags?: string[];
|
||||
onLog?: (message: unknown) => void;
|
||||
onError?: (message: unknown) => void;
|
||||
}) => EmbeddedPostgresInstance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue