Skip to content

Commit 39d942c

Browse files
committed
chore: Add tourHandler to Sentinel
1 parent 1b533ec commit 39d942c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/sentinel/registers

src/sentinel/registers/ps.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const PS_EVENT_HANDLERS = {
1616
'page-handler': { imports: ['pageHandler'], importPath: '@/ps/handlers/page', fileName: 'page' },
1717
'raw-handler': { imports: ['rawHandler'], importPath: '@/ps/handlers/raw', fileName: 'raw' },
1818
'notify-handler': { imports: ['notifyHandler'], importPath: '@/ps/handlers/notifications', fileName: 'notifications' },
19+
'tour-handler': { imports: ['tourHandler'], importPath: '@/ps/handlers/tours', fileName: 'tours' },
1920
} satisfies Record<string, { imports: (keyof typeof LivePS)[]; importPath: string; fileName: string /* TODO: remove fileName */ }>;
2021

2122
export const PS_REGISTERS: Register[] = [

0 commit comments

Comments
 (0)