Some checks failed
Deploy Nyla Frontend to Integration / deploy (push) Failing after 56s
8 lines
196 B
TypeScript
8 lines
196 B
TypeScript
// Copyright (c) 2026 PowerOn AG
|
|
// All rights reserved.
|
|
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_API_BASE_URL?: string
|
|
readonly VITE_APP_NAME?: string
|
|
}
|