Skip to content

Commit 5b73721

Browse files
committed
fix(custom): move README out of src/ to fix tsup build
1 parent ee5d1d8 commit 5b73721

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

File renamed without changes.

src/custom/buttons-handler.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
// Custom button handler - our product differentiator
2+
// TODO: implement custom button logic here (stable send, custom syntax #btn|...)
3+
4+
export const BUTTONS_HANDLER_VERSION = '0.0.1';
5+
6+
export function ping(): string {
7+
return 'pong';
8+
}

src/custom/matrix-perfecta.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
// Matrix perfecta integration
1+
// Matrix perfecta integration bridge
2+
// TODO: implement integration with Cloudflare Worker for burst grouping
3+
4+
export const MATRIX_PERFECTA_VERSION = '0.0.1';
5+
6+
export function ping(): string {
7+
return 'pong';
8+
}

0 commit comments

Comments
 (0)