update first - 84

This commit is contained in:
thanhnv
2026-06-30 02:21:39 +09:00
commit 07ac1bdcdd
561 changed files with 88164 additions and 0 deletions
@@ -0,0 +1,33 @@
> build
> npm run build -w backend && npm run build -w frontend
> @ainative-okr/backend@1.0.0 build
> prisma generate && tsc -p tsconfig.build.json
warn The configuration property `package.json#prisma` is deprecated and will be removed in Prisma 7. Please migrate to a Prisma config file (e.g., `prisma.config.ts`).
For more information, see: https://pris.ly/prisma-config
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
✔ Generated Prisma Client (v6.19.3) to ./../node_modules/@prisma/client in 81ms
Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
Tip: Need your database queries to be 1000x faster? Accelerate offers you that and more: https://pris.ly/tip-2-accelerate
> @ainative-okr/frontend@1.0.0 build
> tsc -b && vite build
vite v5.4.21 building for production...
transforming...
✓ 162 modules transformed.
rendering chunks...
computing gzip size...
dist/index.html 0.40 kB │ gzip: 0.27 kB
dist/assets/index-C0P8ZVaV.css 12.12 kB │ gzip: 3.06 kB
dist/assets/index-DtuhoFNR.js 351.38 kB │ gzip: 109.28 kB
✓ built in 1.15s