Skip to content

Commit

Permalink
let's see if functions work now that i have a env var
Browse files Browse the repository at this point in the history
  • Loading branch information
chantastic committed Mar 23, 2024
1 parent 1afc895 commit a09e240
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chan.dev/src/pages/chores/rock.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import Layout from '#layouts/Layout.astro'
import Prose from '#components/prose.astro'
import {db, Habit, eq} from 'astro:db'
export const prerender = false
const habits = await db
.select()
.from(Habit)
Expand Down

0 comments on commit a09e240

Please sign in to comment.