mondarth-campaign/src/index.ts

4 lines
62 B
TypeScript
Raw Normal View History

2025-07-14 19:00:35 +01:00
Hooks.once('ready', () => {
console.log('ready to go');
});