[PR #139] [MERGED] Encore API setup #60

Closed
opened 2025-12-29 18:28:04 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/linsa-io/linsa/pull/139
Author: @nikivdev
Created: 9/5/2024
Status: Merged
Merged: 9/6/2024
Merged by: @nikivdev

Base: mainHead: encore


📝 Commits (10+)

📊 Changes

10 files changed (+198 additions, -33 deletions)

View changed files

api/.gitignore (+6 -0)
api/api/api.ts (+62 -0)
api/api/links.ts (+39 -0)
api/bun.lockb (+0 -0)
api/encore.app (+4 -0)
api/package.json (+22 -0)
api/readme.md (+1 -0)
api/tsconfig.json (+31 -0)
📝 bun.lockb (+0 -0)
📝 package.json (+33 -33)

📄 Description

Goal is to use Encore as our durable backend.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/139 **Author:** [@nikivdev](https://github.com/nikivdev) **Created:** 9/5/2024 **Status:** ✅ Merged **Merged:** 9/6/2024 **Merged by:** [@nikivdev](https://github.com/nikivdev) **Base:** `main` ← **Head:** `encore` --- ### 📝 Commits (10+) - [`7f145f1`](https://github.com/linsa-io/linsa/commit/7f145f1dec6256af74092914c7d9eb75c949f95b) first encore service - [`c9517bb`](https://github.com/linsa-io/linsa/commit/c9517bb812ecbe67b05bf84db492a16adda8d5c8) encore run - [`5eadca9`](https://github.com/linsa-io/linsa/commit/5eadca9627902c91137e125afc01482f1cf545ba) api - [`e19a5de`](https://github.com/linsa-io/linsa/commit/e19a5dedf31ae60bec07aaa0726f8e36400a0f50) . - [`4b16109`](https://github.com/linsa-io/linsa/commit/4b16109cdc89d7adc5881f5284cfde0895e83ea4) save link - [`12fc8f7`](https://github.com/linsa-io/linsa/commit/12fc8f702ee085dcb1f45656af4b5b4b6c74551d) Merge branch 'main' into encore - [`99648fd`](https://github.com/linsa-io/linsa/commit/99648fdc951d87b38fb262e21e7289e129b6d3a8) link - [`ccb6c67`](https://github.com/linsa-io/linsa/commit/ccb6c67f30cc31a15e2be06799805c244282ac36) . - [`5efe83a`](https://github.com/linsa-io/linsa/commit/5efe83adff781707013d53202f5a1cae5b4213fe) try deploy - [`8541cd3`](https://github.com/linsa-io/linsa/commit/8541cd342acfab4f7a5dbb23195d38fd73246d7b) try ### 📊 Changes **10 files changed** (+198 additions, -33 deletions) <details> <summary>View changed files</summary> ➕ `api/.gitignore` (+6 -0) ➕ `api/api/api.ts` (+62 -0) ➕ `api/api/links.ts` (+39 -0) ➕ `api/bun.lockb` (+0 -0) ➕ `api/encore.app` (+4 -0) ➕ `api/package.json` (+22 -0) ➕ `api/readme.md` (+1 -0) ➕ `api/tsconfig.json` (+31 -0) 📝 `bun.lockb` (+0 -0) 📝 `package.json` (+33 -33) </details> ### 📄 Description Goal is to use Encore as our durable backend. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:28:04 +01:00
adam closed this issue 2025-12-29 18:28:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#60