🐜 fix: Make sure the db uses the same name (#199)

## Description
This fixes the issue where Cloudflare fails

## Related Issues
<!-- List any related issues (e.g., "Closes #123", "Fixes #456") -->

## Type of Change

- [x] Bug fix (non-breaking change)
- [ ] New feature (non-breaking change)
- [ ] Breaking change (fix or feature that changes existing
functionality)
- [ ] Documentation update
- [ ] Other (please describe):

## Checklist

- [x] I have updated relevant documentation
- [x] My code follows the project's coding style
- [x] My changes generate no new warnings/errors
This commit is contained in:
Wanjohi
2025-03-02 00:01:25 +03:00
committed by GitHub
parent b18b08b822
commit 178c612f0f
34 changed files with 5 additions and 2835 deletions

View File

@@ -1,7 +1,7 @@
const dbProject = new neon.Project("Nestri", {
historyRetentionSeconds: 86400,
// name:"Nestri"
name:"Nestri"
})
const dbBranchId = $app.stage !== "production" ?