fix: fix misc windows issues (#323)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-19 14:01:03 -08:00
committed by GitHub
parent 66c4842375
commit e5281fb06d
12 changed files with 371 additions and 11 deletions

View File

@@ -53,7 +53,7 @@
"dev": "bun --loader:.md=text --loader:.mdx=text --loader:.txt=text run src/index.ts",
"build": "bun run build.js",
"prepare": "bun run build",
"postinstall": "bun scripts/postinstall-patches.js || true"
"postinstall": "node scripts/postinstall-patches.js"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,json}": [