Files
cc-web/.ccweb/scripts/restart-smoke-20260826.js

5 lines
179 B
JavaScript

import { getCurrentConversationId } from '@ccweb/session';
const conversationId = await getCurrentConversationId();
console.log(JSON.stringify({ smoke: true, conversationId }));