v0.1.1 — Garden: edit and delete plants

This commit is contained in:
Bonna Moon
2026-06-15 16:58:03 -05:00
parent eb43ec37a0
commit 78728963f4
11 changed files with 9650 additions and 3 deletions

BIN
prisma/.DS_Store vendored Normal file

Binary file not shown.

BIN
prisma/migrations/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -11,7 +11,7 @@ async function main() {
await db.user.upsert({
where: { username: "bonna" },
update: {},
update: { passwordHash: password },
create: {
id: "cluser0000000bonna",
email: "bonna@moonbase.local",
@@ -25,7 +25,7 @@ async function main() {
await db.user.upsert({
where: { username: "tony" },
update: {},
update: { passwordHash: password },
create: {
id: "cluser0000000tony0",
email: "tony@moonbase.local",