I did a bunch of stuff. No dev db because that was too hard for me. I got the blag stuff working and figured out the Intials Stuff. I had to build it myself

This commit is contained in:
2025-05-15 22:37:24 -05:00
parent 99c4781cb6
commit 09f07e7291
37 changed files with 347 additions and 165 deletions
+8
View File
@@ -0,0 +1,8 @@
import { get_all_pork } from '$lib/db';
export async function load() {
return {
pork: get_all_pork()
}
}