Scaffold MatchPoint Turborepo monorepo with pnpm workspace, Prisma DB package, Next.js web app, and Express API baseline#2
Merged
jsicard833 merged 3 commits intoMay 12, 2026
Conversation
Agent-Logs-Url: https://github.com/jsicard833/MatchPoint/sessions/54897371-80d5-4653-8110-da78b0ca5901 Co-authored-by: jsicard833 <156152898+jsicard833@users.noreply.github.com>
Agent-Logs-Url: https://github.com/jsicard833/MatchPoint/sessions/54897371-80d5-4653-8110-da78b0ca5901 Co-authored-by: jsicard833 <156152898+jsicard833@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Finish scaffolding full-stack monorepo for MatchPoint esports
Scaffold MatchPoint Turborepo monorepo with pnpm workspace, Prisma DB package, Next.js web app, and Express API baseline
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR completes the remaining PR #1 scaffolding work to establish a production-ready full-stack TypeScript monorepo foundation for MatchPoint. It adds the root workspace/build configuration and baseline app/package structure for web, API, and database layers.
Root monorepo + workspace setup
package.jsonwith Turbo-driven scripts (dev,build,lint,typecheck, formatting).pnpm-workspace.yamlforapps/*andpackages/*.turbo.jsontask graph with cache/pipeline defaults for app/package workflows..gitignore,.prettierrc,docker-compose.yml(local Postgres).packages/dbPrisma package (R6 Siege-ready MVP schema)@prisma/client.User,Team,TeamMember,SiegeMap,Match,MatchParticipantapps/webNext.js TypeScript baselinepackage.json,tsconfig.json,next.config.js.app/layout.tsx,app/page.tsx) andnext-env.d.ts.eslint .for CI-safe behavior.apps/apiExpress TypeScript baselinepackage.json,tsconfig.json,src/index.ts./healthendpoint and configurablePORT.Docs
README.mdwith workspace layout and quickstart for local monorepo development.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
checkpoint.prisma.io/opt/hostedtoolcache/node/24.14.1/x64/bin/node /opt/hostedtoolcache/node/24.14.1/x64/bin/node /home/REDACTED/work/MatchPoint/MatchPoint/node_modules/.pnpm/prisma@6.19.3_typescript@5.9.3/node_modules/prisma/build/child {"product":"prisma","version":"6.19.3","cli_install_type":"local","information":"","local_timestamp":"2026-05-12T04:09:55Z","project_hash":"49e951c4","cli_path":"/home/REDACTED/work/MatchPoint/MatchPoint/packages/db/node_modules/prisma/build/index.js","cli_(dns block)/opt/hostedtoolcache/node/24.14.1/x64/bin/node /opt/hostedtoolcache/node/24.14.1/x64/bin/node /home/REDACTED/work/MatchPoint/MatchPoint/node_modules/.pnpm/prisma@6.19.3_typescript@5.9.3/node_modules/prisma/build/child {"product":"prisma","version":"6.19.3","cli_install_type":"local","information":"","local_timestamp":"2026-05-12T04:10:02Z","project_hash":"49e951c4","cli_path":"/home/REDACTED/work/MatchPoint/MatchPoint/packages/db/node_modules/prisma/build/index.js","cli_(dns block)/opt/hostedtoolcache/node/24.14.1/x64/bin/node /opt/hostedtoolcache/node/24.14.1/x64/bin/node /home/REDACTED/work/MatchPoint/MatchPoint/node_modules/.pnpm/prisma@6.19.3_typescript@5.9.3/node_modules/prisma/build/child {"product":"prisma","version":"6.19.3","cli_install_type":"local","information":"","local_timestamp":"2026-05-12T04:10:06Z","project_hash":"49e951c4","cli_path":"/home/REDACTED/work/MatchPoint/MatchPoint/packages/db/node_modules/prisma/build/index.js","cli_(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
This pull request was created from Copilot chat.