Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSAMI-X402Tunnel
QOSAMI-X402Tunnel
/
frontend
/
src
/
vite-env.d.ts
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
ts
9 lines
170 Bytes
Copy permalink
Copy
Raw
1
/// <reference types="vite/client" />
2
3
interface
ImportMetaEnv
{
4
readonly
VITE_PORTAL_API_BASE_URL
?:
string
;
5
}
6
7
interface
ImportMeta
{
8
readonly
env
:
ImportMetaEnv
;
9
}