import { postData } from './all.json.js'; export async function get() { return postData[0]; }