frontend indentation set to 2

This commit is contained in:
Oliver Bryan
2026-01-21 17:47:04 +00:00
parent 70504b3056
commit 5a5e40659c
117 changed files with 7548 additions and 7785 deletions

View File

@@ -3,9 +3,9 @@
type ViteString = string | undefined;
interface ImportMetaEnv {
readonly SERVER_URL: ViteString;
readonly SERVER_URL: ViteString;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
readonly env: ImportMetaEnv;
}