more yak shaving

This commit is contained in:
2021-10-19 06:44:15 -07:00
parent af6b065de8
commit 481eac817e
5 changed files with 36 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
import { postData } from './all.json.js';
export async function get() {
return postData[0];
}