diff --git a/frontend/.env.production b/frontend/.env.production new file mode 100644 index 0000000..4429466 --- /dev/null +++ b/frontend/.env.production @@ -0,0 +1,2 @@ +VITE_API_BASE_URL=./api/v1 +VITE_APP_TITLE=SQLBot \ No newline at end of file