add node, got a couple endpoints working

This commit is contained in:
2026-01-12 16:54:30 +13:00
parent e448e68c1d
commit 02df7ab9e4
6 changed files with 180 additions and 2 deletions

View File

@@ -14,5 +14,7 @@ const Entry = defineTable({
// https://astro.build/db/config
export default defineDb({
tables: {}
tables: {
Entry
}
});