Output of operation-manager.sh:
app
components
docker-compose-prisma.yaml
docker-compose.yaml
Dockerfile
Dockerfile.prisma
lib
LICENSE
logs
middleware.js
next.config.mjs
next-env.d.ts
node_modules
package.json
package-lock.json
plopfile.js
plop.md
plop-templates
postcss.config.js
prisma
Providers.tsx
public
README.md
start.sh
tailwind.config.ts
tsconfig.json
utils
HEAD is now at ed5e8bc Merge branch 'asma-dev' into 'dev'
> nextjs-nextauth-login-register@0.1.0 build
> next build
▲ Next.js 14.1.0
- Environments: .env
Creating an optimized production build ...
✓ Compiled successfully
Linting and checking validity of types ...
./app/(admin)/invoices/[invoiceId]/page.js
106:6 Warning: React Hook useEffect has a missing dependency: 'setValue'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./app/(admin)/jobs/[id]/page.js
108:8 Warning: React Hook useEffect has a missing dependency: 'setValue'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./app/(admin)/jobs/add/page.js
142:8 Warning: React Hook useEffect has a missing dependency: 'products'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./app/(admin)/layout.js
48:6 Warning: React Hook useEffect has a missing dependency: 'session?.user?.name'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
65:13 Warning: Using `
` could result in slower LCP and higher bandwidth. Consider using `` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./app/(admin)/profile/page.js
62:6 Warning: React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./app/(admin)/setting/page.js
80:6 Warning: React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./app/(auth)/activate/page.js
18:6 Warning: React Hook useEffect has a missing dependency: 'activateAccount'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./app/layout.js
29:9 Warning: A font-display parameter is missing (adding `&display=optional` is recommended). See: https://nextjs.org/docs/messages/google-font-display @next/next/google-font-display
29:9 Warning: Custom fonts not added in `pages/_document.js` will only load for a single page. This is discouraged. See: https://nextjs.org/docs/messages/no-page-custom-font @next/next/no-page-custom-font
33:9 Warning: Do not include stylesheets manually. See: https://nextjs.org/docs/messages/no-css-tags @next/next/no-css-tags
34:9 Warning: Do not include stylesheets manually. See: https://nextjs.org/docs/messages/no-css-tags @next/next/no-css-tags
35:9 Warning: Do not include stylesheets manually. See: https://nextjs.org/docs/messages/no-css-tags @next/next/no-css-tags
36:9 Warning: Do not include stylesheets manually. See: https://nextjs.org/docs/messages/no-css-tags @next/next/no-css-tags
37:9 Warning: Do not include stylesheets manually. See: https://nextjs.org/docs/messages/no-css-tags @next/next/no-css-tags
./app/print-invoice/page.js
54:6 Warning: React Hook useEffect has a missing dependency: 'id'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./components/shared/InvoiceItems.js
46:6 Warning: React Hook useEffect has a missing dependency: 'setValue'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
Collecting page data ...
Generating static pages (0/48) ...
Generating static pages (12/48)
Generating static pages (24/48)
Generating static pages (36/48)
✓ Generating static pages (48/48)
Finalizing page optimization ...
Collecting build traces ...
Route (app) Size First Load JS
┌ λ / 148 B 84.7 kB
├ λ /_not-found 891 B 85.4 kB
├ λ /accounts 3.17 kB 131 kB
├ λ /activate 1.17 kB 90.4 kB
├ λ /api/accounts 0 B 0 B
├ λ /api/activate 0 B 0 B
├ λ /api/auth/[...nextauth] 0 B 0 B
├ λ /api/change-password 0 B 0 B
├ λ /api/contacts 0 B 0 B
├ λ /api/contacts/[id] 0 B 0 B
├ λ /api/contacts/[id]/orders 0 B 0 B
├ λ /api/contacts/[id]/products 0 B 0 B
├ λ /api/dispatches 0 B 0 B
├ λ /api/forgot-password 0 B 0 B
├ λ /api/invoices 0 B 0 B
├ λ /api/invoices/[id] 0 B 0 B
├ λ /api/jobs 0 B 0 B
├ λ /api/jobs/[id] 0 B 0 B
├ ○ /api/logs 0 B 0 B
├ λ /api/machines 0 B 0 B
├ λ /api/operators 0 B 0 B
├ λ /api/orders 0 B 0 B
├ λ /api/orders/[id] 0 B 0 B
├ λ /api/orders/[id]/products 0 B 0 B
├ λ /api/products 0 B 0 B
├ λ /api/profile 0 B 0 B
├ λ /api/register 0 B 0 B
├ λ /api/reset-password 0 B 0 B
├ λ /api/settings 0 B 0 B
├ λ /api/transactions/pay 0 B 0 B
├ λ /api/users 0 B 0 B
├ λ /change-password 1.32 kB 113 kB
├ λ /customer-statements 2.23 kB 233 kB
├ λ /customers 2.47 kB 126 kB
├ λ /customers/[customerId] 1.43 kB 128 kB
├ λ /customers/[customerId]/update 1.71 kB 150 kB
├ λ /customers/add 1.64 kB 150 kB
├ λ /dashboard 789 B 98.2 kB
├ λ /dispatches 1.03 kB 165 kB
├ λ /forgot-password 1.36 kB 120 kB
├ λ /invoices 24 kB 283 kB
├ λ /invoices/[invoiceId] 4 kB 192 kB
├ λ /jobs 4.53 kB 151 kB
├ λ /jobs/[id] 2.93 kB 180 kB
├ λ /jobs/[id]/clone 2.93 kB 180 kB
├ λ /jobs/add 4.03 kB 187 kB
├ λ /login 1.59 kB 130 kB
├ λ /machines 2.53 kB 131 kB
├ λ /operators 2.61 kB 148 kB
├ λ /orders 2.98 kB 243 kB
├ λ /orders/[orderId] 2.45 kB 190 kB
├ λ /orders/[orderId]/view 2.2 kB 93.5 kB
├ λ /print-invoice 3.33 kB 117 kB
├ λ /products 3.09 kB 150 kB
├ λ /profile 3.04 kB 120 kB
├ λ /register 1.9 kB 130 kB
├ λ /reset-password 1.44 kB 113 kB
├ λ /setting 3.19 kB 121 kB
├ λ /transaction-summery 615 B 91.9 kB
└ λ /users 2.25 kB 130 kB
+ First Load JS shared by all 84.5 kB
├ chunks/8069-db8218141bad7bbf.js 29.1 kB
├ chunks/fd9d1056-6607b05d80503ad8.js 53.4 kB
└ other shared chunks (total) 2.09 kB
ƒ Middleware 72.8 kB
○ (Static) prerendered as static content
λ (Dynamic) server-rendered on demand using Node.js
[PM2] Starting /root/.nvm/versions/node/v21.7.3/bin/npm in fork_mode (1 instance)
[PM2] Done.
┌────┬──────────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │
├────┼──────────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 63 │ next-acc-app │ default │ 0.40.0 │ fork │ 1950955 │ 14s │ 40 │ online │ 0% │ 70.9mb │ root │ disabled │
│ 64 │ next-acc-app │ default │ 0.40.0 │ fork │ 1951128 │ 0s │ 0 │ online │ 0% │ 16.7mb │ root │ disabled │
│ 7 │ next-acc-live-app │ default │ 0.40.0 │ fork │ 2007322 │ 9D │ 0 │ online │ 0% │ 11.6mb │ root │ disabled │
│ 60 │ next-subsc-app │ default │ 0.40.0 │ fork │ 4148692 │ 2D │ 0 │ online │ 0% │ 11.8mb │ root │ disabled │
└────┴──────────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘