Версия 0.2.3 Добавлен .env.

This commit is contained in:
anibilag 2025-07-09 14:25:05 +03:00
parent d3c320169d
commit 031ccd7505
2 changed files with 2 additions and 1 deletions

1
.env Normal file
View File

@ -0,0 +1 @@
VITE_API_URL="http://localhost:3001"

View File

@ -1,7 +1,7 @@
{
"name": "lawn-mowing-scheduler",
"private": true,
"version": "0.2.2",
"version": "0.2.3",
"type": "module",
"scripts": {
"dev": "concurrently \"npm run server\" \"npm run client\"",