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
No description
4 replies
TtRPC
Created by Luka on 11/15/2024 in #❓-help
Client fails to infer drizzle data returned from a query
No description
4 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
DTDrizzle Team
Created by Luka on 7/10/2024 in #help
monorepo migration folder bundling
rather than the project root
18 replies