From 2f1a8a1c599300d0964d7fbbfd824e2d74f0bf4a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 14 Feb 2026 21:02:15 +0900 Subject: build: introduce npm workspaces for unified dependency management Consolidate frontend, typespec, and worker/php into a single npm workspaces setup with one root lockfile. Update Dockerfiles to use repository root as build context, and adjust justfile, CI workflow, and compose files accordingly. Co-Authored-By: Claude Opus 4.6 --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..70df083 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "phperkaigi-2026-albatross", + "private": true, + "workspaces": [ + "frontend", + "typespec", + "worker/php" + ] +} -- cgit v1.3.1