mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
feat: Use drizzle studio to view changes in realtime
This commit is contained in:
@@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user