wip: desktop work

This commit is contained in:
Adam 2025-10-28 09:49:28 -05:00
parent 4e0ab6b634
commit a7a88d01ef
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 1 additions and 3 deletions

View file

@ -7,8 +7,7 @@
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"typecheck": "tsgo --noEmit"
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {

View file

@ -12,7 +12,6 @@
},
"scripts": {
"dev": "vite",
"typecheck": "tsgo --noEmit",
"generate:tailwind": "bun run script/tailwind.ts"
},
"devDependencies": {