ci: ignore
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run

This commit is contained in:
Dax Raad 2025-09-26 02:01:08 -04:00
parent 22d5be9bf8
commit ea21bfd3c6
2 changed files with 156 additions and 622 deletions

771
bun.lock

File diff suppressed because it is too large Load diff

View file

@ -7,8 +7,7 @@
"scripts": {
"dev": "bun run --conditions=development packages/opencode/src/index.ts",
"typecheck": "bun turbo typecheck",
"generate": "(cd packages/sdk && ./js/script/generate.ts) && (cd packages/sdk/stainless && ./generate.ts)",
"postinstall": "./script/hooks"
"prepare": "husky"
},
"workspaces": {
"packages": [
@ -31,10 +30,8 @@
"solid-js": "1.9.9"
}
},
"dependencies": {
"pulumi-stripe": "0.0.24"
},
"devDependencies": {
"husky": "9.1.7",
"prettier": "3.6.2",
"sst": "3.17.13",
"turbo": "2.5.6"