feat: Use drizzle studio to view changes in realtime

This commit is contained in:
Wanjohi
2025-09-20 07:01:30 +03:00
parent 73a6d9546a
commit eb41fdc754

View File

@@ -43,3 +43,12 @@ export const database = new sst.Linkable("Database", {
password: dbRole.password,
},
});
new sst.x.DevCommand("Studio", {
link: [database],
dev: {
command: "bun db studio",
directory: "cloud/packages/core",
autostart: true,
},
});