diff options
Diffstat (limited to 'frontend/src/config.ts')
| -rw-r--r-- | frontend/src/config.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/config.ts b/frontend/src/config.ts new file mode 100644 index 0000000..d7c3a7e --- /dev/null +++ b/frontend/src/config.ts @@ -0,0 +1,4 @@ +const API_URL: string = + import.meta.env.VITE_API_URL ?? "https://localhost:3000"; + +export default API_URL; |
