mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
🐜 fix(infra): Share the same Neon project
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
|
//Created manually from the dashboard and shared with the whole team/org
|
||||||
const dbProject = new neon.Project("Nestri", {
|
const dbProject = neon.getProjectOutput({
|
||||||
historyRetentionSeconds: 86400,
|
id:"red-mud-17843368"
|
||||||
name:"Nestri"
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const dbBranchId = $app.stage !== "production" ?
|
const dbBranchId = $app.stage !== "production" ?
|
||||||
|
|||||||
Reference in New Issue
Block a user