diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2024-08-29 16:27:23 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2024-08-29 16:27:23 +0000 |
| commit | ae63532503eb0b5c7a60d18ef17504c0632d508d (patch) | |
| tree | 832c41d50b2621f5a6ffdc1900eadb10cd652440 /env.d.ts | |
| parent | d8f83a2faa426cc9d83c5a0192b5a007983c916e (diff) | |
Login page
Diffstat (limited to 'env.d.ts')
| -rw-r--r-- | env.d.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/env.d.ts b/env.d.ts new file mode 100644 index 0000000..4c6321d --- /dev/null +++ b/env.d.ts @@ -0,0 +1,5 @@ + declare module '@env' { + export const API_URL: string; + export const CAZZO: string; + } + |
