Output of operation-manager.sh:
app
components
docker-compose-prisma.yaml
docker-compose.yaml
Dockerfile
Dockerfile.prisma
lib
LICENSE
middleware.js
next.config.mjs
next-env.d.ts
node_modules
package.json
package-lock.json
postcss.config.js
prisma
Providers.tsx
public
README.md
start.sh
tailwind.config.ts
tsconfig.json
utils
HEAD is now at 8e190bd Merge branch 'asma-dev' into 'dev'
[PM2] Applying action stopProcessId on app [next-acc-app](ids: [ 66 ])
[PM2] [next-acc-app](66) ✓
┌────┬──────────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │
├────┼──────────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 66 │ next-acc-app │ default │ 0.40.0 │ fork │ 0 │ 0 │ 15 │ stopped │ 0% │ 0b │ root │ disabled │
│ 7 │ next-acc-live-app │ default │ 0.40.0 │ fork │ 2007322 │ 14D │ 0 │ online │ 0% │ 9.5mb │ root │ disabled │
│ 60 │ next-subsc-app │ default │ 0.40.0 │ fork │ 4148692 │ 7D │ 0 │ online │ 0% │ 7.1mb │ root │ disabled │
└────┴──────────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
[PM2] Applying action deleteProcessId on app [next-acc-app](ids: [ 66 ])
[PM2] [next-acc-app](66) ✓
┌────┬──────────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │
├────┼──────────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 7 │ next-acc-live-app │ default │ 0.40.0 │ fork │ 2007322 │ 14D │ 0 │ online │ 0% │ 9.5mb │ root │ disabled │
│ 60 │ next-subsc-app │ default │ 0.40.0 │ fork │ 4148692 │ 7D │ 0 │ online │ 0% │ 6.8mb │ root │ disabled │
└────┴──────────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
> 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-dispatch/page.js
44:8 Warning: React Hook useEffect has a missing dependency: 'id'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./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
./app/print-job/page.js
43:8 Warning: React Hook useEffect has a missing dependency: 'id'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./app/print-order/page.js
43:8 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 ...
[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 │
├────┼──────────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 67 │ next-acc-app │ default │ 0.40.0 │ fork │ 3661445 │ 0s │ 0 │ online │ 0% │ 36.6mb │ root │ disabled │
│ 7 │ next-acc-live-app │ default │ 0.40.0 │ fork │ 2007322 │ 14D │ 0 │ online │ 0% │ 8.0mb │ root │ disabled │
│ 60 │ next-subsc-app │ default │ 0.40.0 │ fork │ 4148692 │ 7D │ 0 │ online │ 0% │ 6.8mb │ root │ disabled │
└────┴──────────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘