15 Commits

Author SHA1 Message Date
2fe67960a1 Remove stale per-package lockfiles
Now ignored via .gitignore; the workspace-root pnpm-lock.yaml is the
single source of truth. These files were never tracked in git and
caused --frozen-lockfile to reject installs in the docker containers.
2026-04-23 21:58:59 +04:00
fc59e7e133 Run docker installs from the workspace root
Mounting only ./backend and ./frontend into /app made pnpm look for a
per-package lockfile (stale) and miss the workspace-root one entirely,
so --frozen-lockfile failed and root pnpm.onlyBuiltDependencies didn't
apply. Mount the whole repo at /repo, install with --filter from root,
and use the canonical workspace lockfile. Drop the per-package
onlyBuiltDependencies overrides — pnpm warns they're ignored outside
the workspace root.

Pin node:22-bookworm: node:lts now resolves to Node 24, for which
isolated-vm@5.0.3 has no prebuild and won't compile (V8 headers
require C++20).

Gitignore stray per-package lockfiles so they don't drift again.
2026-04-23 21:57:37 +04:00
39460df61d Fix prod docker build: native modules and frontend devDeps
Per-package onlyBuiltDependencies so pnpm 10 actually compiles native
modules (isolated-vm, argon2, sqlite3, sharp) — root workspace config
isn't visible when compose mounts a single package into /app.

Frontend container now installs with devDeps (so tsc/vite exist),
prunes after build, and gains a `start` script that serves the build
via vite preview on 0.0.0.0:3000.

Drop obsolete compose `version` key.
2026-04-23 21:52:22 +04:00
d5d666c56a Define pnpm workspace and scope dev script to backend and frontend 2026-04-23 21:11:19 +04:00
a3ec5b78c6 Upgrade Directus 10.4.2 → 11.17.3 with dependency bumps 2026-04-23 20:57:48 +04:00
49b081c00b Whitelist native build scripts and add Makefile rebuild target 2026-04-23 20:50:35 +04:00
a8029be415 Remove .env in prod 2023-07-09 22:35:30 +04:00
ea8bad15a6 Remove quotes from prod 2023-07-09 22:26:50 +04:00
daa0357368 Add initial production 2023-07-09 22:20:35 +04:00
9382da5750 Menus, globals, vendor page 2023-07-09 20:37:50 +04:00
6042df0a51 WIP: import 2023-07-06 19:43:52 +04:00
849ef57227 WIP: Pagination 2023-07-05 21:24:29 +04:00
cd79d25d56 Upgrade packages 2023-06-24 10:50:25 +04:00
d7e444a46c Connect frontend and backend 2023-06-10 15:53:25 +04:00
4d45992279 Add backend skeleton 2023-06-09 18:53:03 +04:00