refactor: move lib/* to src/
This commit is contained in:
parent
2745bb32c7
commit
7ae10b4ecc
6 changed files with 5 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { prisma } from "~/server/db";
|
||||
import { getAllTrainingsWithMetadata } from "~/lib/content/training";
|
||||
import { getAllTrainingsWithMetadata } from "~/content/training";
|
||||
|
||||
async function seed() {
|
||||
const trainings = await getAllTrainingsWithMetadata();
|
||||
|
|
|
|||
Reference in a new issue