From 2baf2ae8385b834938cf4e6ecde4b1a504c79305 Mon Sep 17 00:00:00 2001 From: hiyu Date: Sat, 15 Jun 2024 16:08:55 +0700 Subject: [PATCH] env --- .env | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..06db41b --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +VITE_APP_BASE_URL=http://localhost:4000 +VITE_APP_SOCKET_URL=http://localhost:4000 \ No newline at end of file