Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/sim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dev:full": "concurrently -n \"NextJS,Realtime\" -c \"cyan,magenta\" \"bun run dev\" \"bun run dev:sockets\"",
"build": "next build --turbopack",
"start": "next start",
"prepare": "cd ../.. && bun husky",
"prepare": "cd ../.. && npx husky",
"db:push": "bunx drizzle-kit push",
"db:studio": "bunx drizzle-kit studio",
"db:migrate": "bunx drizzle-kit migrate",
Expand Down Expand Up @@ -127,7 +127,7 @@
"rtf-stream-parser": "3.8.0",
"sharp": "0.34.3",
"socket.io": "^4.8.1",
"stripe": "^17.7.0",
"stripe": "^18.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"three": "0.177.0",
Expand Down
Loading