Add customer registration and deployment updates

This commit is contained in:
2026-03-12 16:02:16 +01:00
parent fb8e3c8ef6
commit 8ebb4d06e5
23 changed files with 851 additions and 425 deletions

View File

@@ -1,4 +1,5 @@
interface ImportMetaEnv {
readonly DEV: boolean;
readonly VITE_API_URL?: string;
}