refactor(site): rename Organisation to Instance

The signup form now posts instance_name, matching sitesvc.

Also restores site/next-env.d.ts. Its /// <reference> directives had been
stripped, which removed the Next.js type environment and failed the build
with "Cannot find name 'Promise'". Same cause as the agent's missing build
constraint.
This commit is contained in:
2026-07-24 14:04:52 +01:00
parent b70ccc97d4
commit 50a06dfdc0
7 changed files with 30 additions and 30 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
/
/
import "./.next/dev/types/routes.d.ts";
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.