mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +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,
|
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