diff --git a/frontend/index.html b/frontend/index.html index 3b28a0a..1751194 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - ALUXPAY - Payment Gateway + %VITE_REACT_APP_STORE_NAME% - Payment Gateway
diff --git a/package.json b/package.json index 84684a1..3ca3916 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "concurrently \"npm run server\" \"npm run client\"", "server": "cd backend && npm run dev", - "client": "cd frontend && npm start", + "client": "cd frontend && npm run dev", "build": "cd frontend && npm run build", "start": "cd backend && npm start", "install-all": "npm install && cd backend && npm install && cd ../frontend && npm install"