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:
@@ -0,0 +1,8 @@
|
||||
import { get_all_pork } from '$lib/db';
|
||||
|
||||
export async function load() {
|
||||
return {
|
||||
pork: get_all_pork()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user