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: main ← Head: bun-fixes
main
bun-fixes
eadb862
21e9070
6637f31
33bfe6d
dbb57b4
df3a731
6816249
d0a3098
13 files changed (+450 additions, -578 deletions)
📝 .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)
.gitignore
api/stripe/package.json
app/package.json
bun.lockb
bunfig.toml
edgedb/cli/cli.ts
edgedb/cli/readme.md
lib/file/file.ts
lib/markdown/markdown.ts
package.json
run.ts
tsconfig.json
website/package.json
This solves everything but the Cannot set property crypto of #<Object> which has only a getter bug
Cannot set property crypto of #<Object> which has only a getter
For that you need to comment out line 69 of node_modules/solid-start-cloudflare-pages/index.js after installation 😅
node_modules/solid-start-cloudflare-pages/index.js
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:bun-fixes📝 Commits (8)
eadb862Fixes workspaces issues21e9070.6637f31cleanup + try make cli log without .env33bfe6dnon used packagesdbb57b4.df3a731.6816249.d0a3098.📊 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 getterbugFor that you need to comment out line 69 of
node_modules/solid-start-cloudflare-pages/index.jsafter installation 😅🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.