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
postcss.config.js
prisma
Providers.tsx
public
README.md
start.sh
tailwind.config.ts
tsconfig.json
utils
HEAD is now at 733b347 Merge branch 'dev' of https://labs.riemannsystemsltd.com/shahid/operation-manager into dev
[PM2] Applying action stopProcessId on app [next-acc-app](ids: [ 0, 1 ])
[PM2] [next-acc-app](0) ✓
[PM2] [next-acc-app](1) ✓
┌────┬─────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │
├────┼─────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 0 │ next-acc-app │ default │ 0.40.0 │ fork │ 0 │ 0 │ 37 │ stopped │ 0% │ 0b │ root │ disabled │
│ 1 │ next-acc-app │ default │ 0.40.0 │ fork │ 0 │ 0 │ 17 │ stopped │ 0% │ 0b │ root │ disabled │
└────┴─────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
[PM2] Applying action deleteProcessId on app [next-acc-app](ids: [ 0, 1 ])
[PM2] [next-acc-app](0) ✓
[PM2] [next-acc-app](1) ✓
┌────┬───────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │
└────┴───────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
> 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)/customer-statements/page.js
66:49 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)/invoices/[invoiceId]/page.js
66: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
42: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
49:6 Warning: React Hook useEffect has a missing dependency: 'id'. 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 │
├────┼─────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 0 │ next-acc-app │ default │ 0.40.0 │ fork │ 1594182 │ 0s │ 0 │ online │ 0% │ 45.3mb │ root │ disabled │
└────┴─────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘