Luka
Luka
Explore posts from servers
TtRPC
Created by Luka on 11/15/2024 in #❓-help
Client fails to infer drizzle data returned from a query
i ended up moving trpc and db into its own packages and use it that way in the backend app and it seems to have fixed the issue
6 replies
TtRPC
Created by Luka on 11/15/2024 in #❓-help
Client fails to infer drizzle data returned from a query
No description
6 replies
TtRPC
Created by Luka on 11/15/2024 in #❓-help
Client fails to infer drizzle data returned from a query
No description
6 replies
TtRPC
Created by Luka on 7/12/2024 in #❓-help
failed to parse json
next auth was filtering the endpoint
5 replies
TtRPC
Created by Luka on 7/12/2024 in #❓-help
failed to parse json
nvm got it
5 replies
DTDrizzle Team
Created by Luka on 7/10/2024 in #help
monorepo migration folder bundling
seems to be a weird issue
18 replies
DTDrizzle Team
Created by Luka on 7/10/2024 in #help
monorepo migration folder bundling
come up with this
18 replies
DTDrizzle Team
Created by Luka on 7/10/2024 in #help
monorepo migration folder bundling
export const initialMigration = () => {
const migrationsFolder = path.resolve(
process.cwd(),
"../../packages/db-web/drizzle",
);

return migrate(db, { migrationsFolder });
};
export const initialMigration = () => {
const migrationsFolder = path.resolve(
process.cwd(),
"../../packages/db-web/drizzle",
);

return migrate(db, { migrationsFolder });
};
18 replies