made system changes

This commit is contained in:
SinachPat
2026-04-23 09:39:01 +01:00
parent 71296f82af
commit dc177c7689
49 changed files with 6256 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"framework": "nextjs",
"buildCommand": "pnpm --filter @originmain/app run build",
"outputDirectory": "packages/app/.next",
"installCommand": "pnpm install --frozen-lockfile"
}