I ran `bunx convex deploy -v` & I get this error: ``` $ convex deploy -v You're currently developing against your dev deployment fartful-possum-999 (set in CONVEX_DEPLOYMENT) Your prod deployment quick-ugandicoot-123 serves traffic at: VITE_CONVEX_URL=https://quick-ugandicoot-123.convex.cloud Make sure that your published client is configured with this URL (for instructions see https://docs.convex.dev/hosting) ? Do you want to push your code to your prod deployment quick-ugandicoot-123 now? Yes [verbose] 2025-09-18T11:19:25.288Z Skipping non-JS file convex/README.md [verbose] 2025-09-18T11:19:25.290Z Skipping convex/_generated/api.d.ts [verbose] 2025-09-18T11:19:25.290Z Skipping convex/_generated/api.js [verbose] 2025-09-18T11:19:25.290Z Skipping convex/_generated/dataModel.d.ts [verbose] 2025-09-18T11:19:25.290Z Skipping convex/_generated/server.d.ts [verbose] 2025-09-18T11:19:25.290Z Skipping convex/_generated/server.js [verbose] 2025-09-18T11:19:25.290Z Preparing convex/actions.ts [verbose] 2025-09-18T11:19:25.290Z Preparing convex/bamlClient.ts [verbose] 2025-09-18T11:19:25.290Z Preparing convex/chats.ts [verbose] 2025-09-18T11:19:25.290Z Preparing convex/drafts.ts [verbose] 2025-09-18T11:19:25.290Z Preparing convex/files.ts [verbose] 2025-09-18T11:19:25.290Z Preparing convex/jobs.ts [verbose] 2025-09-18T11:19:25.290Z Preparing convex/outlines.ts [verbose] 2025-09-18T11:19:25.290Z Skipping convex/schema.ts [verbose] 2025-09-18T11:19:25.290Z Skipping non-JS file convex/tsconfig.json Codegen finished. [verbose] 2025-09-18T11:19:25.871Z Skipping non-JS file convex/README.md [verbose] 2025-09-18T11:19:25.871Z Skipping convex/_generated/api.d.ts [verbose] 2025-09-18T11:19:25.871Z Skipping convex/_generated/api.js [verbose] 2025-09-18T11:19:25.871Z Skipping convex/_generated/dataModel.d.ts [verbose] 2025-09-18T11:19:25.871Z Skipping convex/_generated/server.d.ts [verbose] 2025-09-18T11:19:25.871Z Skipping convex/_generated/server.js [verbose] 2025-09-18T11:19:25.871Z Preparing convex/actions.ts [verbose] 2025-09-18T11:19:25.871Z Preparing convex/bamlClient.ts [verbose] 2025-09-18T11:19:25.871Z Preparing convex/chats.ts [verbose] 2025-09-18T11:19:25.871Z Preparing convex/drafts.ts [verbose] 2025-09-18T11:19:25.871Z Preparing convex/files.ts [verbose] 2025-09-18T11:19:25.871Z Preparing convex/jobs.ts [verbose] 2025-09-18T11:19:25.872Z Preparing convex/outlines.ts [verbose] 2025-09-18T11:19:25.872Z Skipping convex/schema.ts [verbose] 2025-09-18T11:19:25.872Z Skipping non-JS file convex/tsconfig.json [verbose] 2025-09-18T11:19:25.885Z Flushing and exiting, error: undefined [verbose] 2025-09-18T11:19:25.885Z Running 0 cleanup functions [verbose] 2025-09-18T11:19:25.885Z All cleanup functions ran error: script "convex:deploy" exited with code 1 ``` It always exits with error code 1 but doesn't show what it is. I tried to put it in log 2 but it didn't give me anything.