5Q Cyber Launch
- 5Q
- Dec 2, 2020
- 0 min read
Updated: Aug 8, 2023
import { downloadAllBlogPosts } from 'backend/exportBlogPosts'; downloadAllBlogPosts() .then(posts => { console.log('Total posts:', posts.length); console.log('First post sample:', posts[0]); }) .catch(console.error);
Comments