import { getProjectById } from "./src/lib/queries/projects.js"; console.log("Checking the created project with user tracking...\n"); const project = getProjectById(17); console.log("Project details:"); console.log(JSON.stringify(project, null, 2));