[PR #29] [MERGED] Fixes workspaces issues #18

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

📋 Pull Request Information

Original PR: https://github.com/linsa-io/linsa/pull/29
Author: @colinhacks
Created: 9/15/2023
Status: Merged
Merged: 9/16/2023
Merged by: @nikivdev

Base: mainHead: bun-fixes


📝 Commits (8)

📊 Changes

13 files changed (+450 additions, -578 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 api/stripe/package.json (+1 -1)
📝 app/package.json (+1 -2)
📝 bun.lockb (+0 -0)
bunfig.toml (+1 -0)
📝 edgedb/cli/cli.ts (+2 -486)
📝 edgedb/cli/readme.md (+8 -32)
📝 lib/file/file.ts (+0 -0)
lib/markdown/markdown.ts (+405 -0)
📝 package.json (+10 -34)
run.ts (+0 -6)
📝 tsconfig.json (+20 -11)
📝 website/package.json (+1 -6)

📄 Description

This solves everything but the Cannot set property crypto of #<Object> which has only a getter bug

For that you need to comment out line 69 of node_modules/solid-start-cloudflare-pages/index.js after installation 😅


🔄 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/29 **Author:** [@colinhacks](https://github.com/colinhacks) **Created:** 9/15/2023 **Status:** ✅ Merged **Merged:** 9/16/2023 **Merged by:** [@nikivdev](https://github.com/nikivdev) **Base:** `main` ← **Head:** `bun-fixes` --- ### 📝 Commits (8) - [`eadb862`](https://github.com/linsa-io/linsa/commit/eadb86223a7aa247e053a891cded26b99278dcb1) Fixes workspaces issues - [`21e9070`](https://github.com/linsa-io/linsa/commit/21e907098a7867aa1572d092217f56351bc48cff) . - [`6637f31`](https://github.com/linsa-io/linsa/commit/6637f3199340df4b207639d2680260983286989e) cleanup + try make cli log without .env - [`33bfe6d`](https://github.com/linsa-io/linsa/commit/33bfe6d0197d837f36f33030cc35b88b31190692) non used packages - [`dbb57b4`](https://github.com/linsa-io/linsa/commit/dbb57b4307e8339f841536939d512a4574bdb331) . - [`df3a731`](https://github.com/linsa-io/linsa/commit/df3a731f43d86c1c075d38a7b37eab1af928d725) . - [`6816249`](https://github.com/linsa-io/linsa/commit/68162495aaa9b05062ef9ec71cfee28802cfedf6) . - [`d0a3098`](https://github.com/linsa-io/linsa/commit/d0a309875b8131364c0ea05e8fdb310fe2eede6a) . ### 📊 Changes **13 files changed** (+450 additions, -578 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `api/stripe/package.json` (+1 -1) 📝 `app/package.json` (+1 -2) 📝 `bun.lockb` (+0 -0) ➕ `bunfig.toml` (+1 -0) 📝 `edgedb/cli/cli.ts` (+2 -486) 📝 `edgedb/cli/readme.md` (+8 -32) 📝 `lib/file/file.ts` (+0 -0) ➕ `lib/markdown/markdown.ts` (+405 -0) 📝 `package.json` (+10 -34) ➖ `run.ts` (+0 -6) 📝 `tsconfig.json` (+20 -11) 📝 `website/package.json` (+1 -6) </details> ### 📄 Description This solves everything but the `Cannot set property crypto of #<Object> which has only a getter` bug For that you need to comment out line 69 of `node_modules/solid-start-cloudflare-pages/index.js` after installation 😅 --- <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:27:47 +01:00
adam closed this issue 2025-12-29 18:27:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#18