diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-14 10:13:29 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-14 10:13:29 -0700 |
| commit | b1231975d352857cde59982cbc937cc82483bb27 (patch) | |
| tree | f1a297fbbdc2fa6f9b464d4a4de1e7b089512d7d /frontend | |
| parent | c57bb4a60717c69826c609d75c6bb9519ebb1c04 (diff) | |
add env template to frontend
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/.env.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/.env.template b/frontend/.env.template new file mode 100644 index 0000000..87e3d55 --- /dev/null +++ b/frontend/.env.template @@ -0,0 +1 @@ +VITE_API_URL="http://localhost:5000/api" |
