faux-naïf
faux-naïf
CCConvex Community
Created by faux-naïf on 4/10/2025 in #support-community
Convex autogen not creating types in new repo
I previously created a node project that uses convex for its db; the project name is "splendor". i created another project that i want to use the same database for. but when i npx convex dev, the tables that are specific to this node project (but which i want to be shared within the same convex project) are not getting autogen files. why?
? What would you like to configure? choose an existing project
? Configure project splendor (splendor)? Yes
✔ Reinitialized project splendor
...

Write your Convex functions in convex/
Give us feedback at https://convex.dev/community or support@convex.dev
View the Convex dashboard at https://dashboard.convex.dev/d/mellow-cassowary-971

[verbose] 2025-04-09T22:16:06.918Z Skipping convex/_generated/api.d.ts
[verbose] 2025-04-09T22:16:06.918Z Skipping convex/_generated/api.js
[verbose] 2025-04-09T22:16:06.918Z Skipping convex/_generated/dataModel.d.ts
[verbose] 2025-04-09T22:16:06.918Z Skipping convex/_generated/server.d.ts
[verbose] 2025-04-09T22:16:06.919Z Skipping convex/_generated/server.js
Codegen finished.
[verbose] 2025-04-09T22:16:06.925Z Skipping convex/_generated/api.d.ts
[verbose] 2025-04-09T22:16:06.925Z Skipping convex/_generated/api.js
[verbose] 2025-04-09T22:16:06.925Z Skipping convex/_generated/dataModel.d.ts
[verbose] 2025-04-09T22:16:06.925Z Skipping convex/_generated/server.d.ts
[verbose] 2025-04-09T22:16:06.925Z Skipping convex/_generated/server.js
Convex's runtime modules: []
Remote config will be overwritten with the following changes:
Delete the following modules:
[-] codes.js //this and the one below are from the other project
[-] appointments.js
[-] _deps/NIWPCHIW.js // not sure what this is
? What would you like to configure? choose an existing project
? Configure project splendor (splendor)? Yes
✔ Reinitialized project splendor
...

Write your Convex functions in convex/
Give us feedback at https://convex.dev/community or support@convex.dev
View the Convex dashboard at https://dashboard.convex.dev/d/mellow-cassowary-971

[verbose] 2025-04-09T22:16:06.918Z Skipping convex/_generated/api.d.ts
[verbose] 2025-04-09T22:16:06.918Z Skipping convex/_generated/api.js
[verbose] 2025-04-09T22:16:06.918Z Skipping convex/_generated/dataModel.d.ts
[verbose] 2025-04-09T22:16:06.918Z Skipping convex/_generated/server.d.ts
[verbose] 2025-04-09T22:16:06.919Z Skipping convex/_generated/server.js
Codegen finished.
[verbose] 2025-04-09T22:16:06.925Z Skipping convex/_generated/api.d.ts
[verbose] 2025-04-09T22:16:06.925Z Skipping convex/_generated/api.js
[verbose] 2025-04-09T22:16:06.925Z Skipping convex/_generated/dataModel.d.ts
[verbose] 2025-04-09T22:16:06.925Z Skipping convex/_generated/server.d.ts
[verbose] 2025-04-09T22:16:06.925Z Skipping convex/_generated/server.js
Convex's runtime modules: []
Remote config will be overwritten with the following changes:
Delete the following modules:
[-] codes.js //this and the one below are from the other project
[-] appointments.js
[-] _deps/NIWPCHIW.js // not sure what this is
5 replies