diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-10-22 14:04:58 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 13:04:58 +0300 |
| commit | 7d84d53d4b95732319d0b19c180201a14491068d (patch) | |
| tree | 0d91473700c0dbcce65c5cf61821cab43e9a7d34 /frontend/src/vite-env.d.ts | |
| parent | feat/frontend: switch to vite, update node to v22 (#281) (diff) | |
| download | lphub-7d84d53d4b95732319d0b19c180201a14491068d.tar.gz lphub-7d84d53d4b95732319d0b19c180201a14491068d.tar.bz2 lphub-7d84d53d4b95732319d0b19c180201a14491068d.zip | |
fix/frontend: use API url based on environment (#282)v1.0.4
Diffstat (limited to 'frontend/src/vite-env.d.ts')
| -rw-r--r-- | frontend/src/vite-env.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/vite-env.d.ts b/frontend/src/vite-env.d.ts new file mode 100644 index 0000000..ed77210 --- /dev/null +++ b/frontend/src/vite-env.d.ts | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | /// <reference types="vite/client" /> | ||
| 2 | |||