mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 18:33:01 +00:00
frontend indentation set to 2
This commit is contained in:
4
packages/frontend/src/vite-env.d.ts
vendored
4
packages/frontend/src/vite-env.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user