Modify the contents of src/config/config.ts
export default {
port: 1234,
telegram: {
token: 'xxxx',
chatGroups: [
{
chatId: 'xxxxx',
replyToMessageId: 5,
},
],
},
webhooks: {
feiShu: ['xxxxxxx'],
},
};PS:
config.local.tswill not be added to git management
pnpm install
pnpm devpnpm buildNodeJs version: 18.14.0