Switch pnpm->npm to fix esbuild build-script approval (matches astroreal)

- pnpm 11 (brew/corepack) errors 'ERR_PNPM_IGNORED_BUILDS: esbuild ignored'
  even with onlyBuiltDependencies; npm ci handles esbuild cleanly
- Moreminimore-astroreal uses npm ci + npm run build (proven on EasyPanel)
- Add esbuild as direct dep, generate package-lock.json, remove pnpm files
- Dockerfile: npm ci -> npm run build -> node server.js (port 4321)
- Verified: npm ci + npm run build produce dist (40 pages) successfully
This commit is contained in:
2026-08-06 15:27:44 +07:00
parent 44c405730e
commit c497d8b2f1
5 changed files with 5169 additions and 3222 deletions

5160
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff