diff --git a/src/servers/app-store/paths.ts b/src/servers/app-store/paths.ts index 0e70d2f5..25da7da4 100644 --- a/src/servers/app-store/paths.ts +++ b/src/servers/app-store/paths.ts @@ -17,10 +17,6 @@ import { DATA_PATH } from '../data-path'; // than configured separately, because a second environment variable that must agree with the first is a // second thing to get wrong — and on a correct install `data/` is always a direct child of the root. // -// (This development machine predates the convention and has it inverted: the whole project sits inside -// `~/dockers/officer.dev/`, so the root derives to `officer.dev` and the app store's directory would be -// `~/dockers/officer.dev/dockers`. Which is ugly, and correct — it is still isolated, still under one -// root, and still not mixed in with anything else. New installs get the clean shape.) // // ── Why this is not `~/dockers` ── //