diff options
| author | Adam <[email protected]> | 2025-10-28 06:43:09 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-28 15:29:15 -0500 |
| commit | d36485b7af9646f78fdab84c174cede47ddc4c60 (patch) | |
| tree | b427377e6b717ef8bf05a8558b2f5811113d8cb9 /packages/ui | |
| parent | 1da24f6adb7fce37af79678dd053090831fda2f2 (diff) | |
| download | opencode-d36485b7af9646f78fdab84c174cede47ddc4c60.tar.gz opencode-d36485b7af9646f78fdab84c174cede47ddc4c60.zip | |
wip: desktop work
Diffstat (limited to 'packages/ui')
| -rw-r--r-- | packages/ui/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json index d85dbee58..a57f91418 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -12,6 +12,7 @@ }, "scripts": { "dev": "vite", + "typecheck": "tsgo --noEmit", "generate:tailwind": "bun run script/tailwind.ts" }, "devDependencies": { |
